mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add test case for block comments after line continuations
This commit is contained in:
18
test/asm/line-continuation-block-comment.asm
Normal file
18
test/asm/line-continuation-block-comment.asm
Normal file
@@ -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