[Mono-list] [PATCH] String literals
Miguel de Icaza
miguel@ximian.com
06 Jul 2002 01:21:15 -0400
Hello Andrew!
> - makes mcs reject newlines in (non-verbatim) string literals
> - Ensures that '@' is followed immediately by a string or an identifier
> - Reports an error when EOF is found in a string constant.
> - Adds a new test to tests/test-74.cs
Thanks for the patch! Please feel free to commit the code to CVS.
> The attached patch applies correctly on cygwin and solaris, so hopefully
> no cr/lf woes. I've also included a tarball with three new files for
> mcs/errors which check for the above errors. Hmm, but no changelog entry
> in there yet.
Ah, please also add the new errors ;-)
Miguel