Files
wren/test/comments/unterminated_nested_block.wren
T

4 lines
56 B
Plaintext
Raw Normal View History

2013-12-23 14:51:06 -08:00
// expect error line 4
2014-01-05 12:27:12 -08:00
IO.print("nope") /* /* /*
2013-12-23 14:51:06 -08:00
*/
oops