Bugzilla – Bug 317244
[PARSER] get tons of error CS1010: Newline in constant
Last modified: 2008-07-16 17:20:02 UTC
---- Reported by danielmorgan@verizon.net 2005-02-20 20:41:42 MST ---- Description of Problem: mcs produces tons of messages for error CS1010: Newline in constant csc only produces one message Steps to reproduce the problem: 1. create a large c# file with a newline the constant, run mcs or csc Actual Results: tons of these message: TestOracleClient.cs(1042) error CS1010: Newline in constant Expected Results: csc only shows one of this message: TestOracleClient.cs(1042) error CS1010: Newline in constant How often does this happen? With large files Additional Information: ---- Additional Comments From martin@ximian.com 2005-04-30 07:49:30 MST ---- May require some larger changes in the parser. Unknown operating system unknown. Setting to default OS "Other".
Works with SVN HEAD.