forked from Mirror/wren
Test that carriage returns are treated like whitespace.
This commit is contained in:
6
test/ignore_carriage_returns.wren
Normal file
6
test/ignore_carriage_returns.wren
Normal file
@ -0,0 +1,6 @@
|
||||
// Sprinkle some carriage returns to ensure they are ignored anywhere:
|
||||
IO
|
||||
.print("one"
|
||||
)
|
||||
IO.print
|
||||
("two")
|
||||
Reference in New Issue
Block a user