mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-15 22:21:44 +00:00
Add test case for block comments after line continuations
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
println 2 / 2
|
||||
|
||||
println 6 / \ ; comment
|
||||
3
|
||||
|
||||
println 6 \ / ; comment
|
||||
2
|
||||
|
||||
println 8 / /* hello
|
||||
world */ 2
|
||||
|
||||
println 10 \ / 2
|
||||
|
||||
println 12 \ / /* hello
|
||||
world */ 2
|
||||
|
||||
println 14 / \ /* hello
|
||||
world */ 2
|
||||
Reference in New Issue
Block a user