2004-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / btests / ConditionalCompilationC1.vb
index 8a33b76e4104fd7cc0ffc707221f8d2e043a1f0d..7db55c5b2e6ae662171719fe9d2bb32adf9f86b0 100644 (file)
@@ -1,11 +1,22 @@
+REM LineNo: 17
+REM ExpectedError: BC30648
+REM ErrorMessage: String constants must end with a double quote.
+
+REM LineNo: 22
+REM ExpectedError: BC30037
+REM ErrorMessage: Character is not valid.
+
+'Line 9,  BC30648: String constants must end with a double quote.
+'Line 14, BC30037: Character is not valid.
+
 Imports System
 Module ConditionalCompilation
        Sub Main()
-               'Syntactically worng statement within #If block that satisfies the condition
+               'Syntactically wrong statement within #If block that satisfies the condition
                #If True
                        Console.WriteLine("Hello)
                #End If
-               
+
                'Lexically invalid statement within #If block that satisfies condition
                #If True
                        @#$^**