Test that carriage returns are treated like whitespace.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Sprinkle some carriage returns to ensure they are ignored anywhere:
|
||||
IO␍.print("one"␍)
|
||||
IO.print␍("two")
|
||||
|
||||
// Generate a compile error so we can test that the line number is correct.
|
||||
+ * // expect error
|
||||
Reference in New Issue
Block a user