mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Shorter quine test cases
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
q: macro
|
||||
println \1,"\1"
|
||||
q:macro
|
||||
println\1,"\1"
|
||||
endm
|
||||
q "q: macro\n\tprintln \\1,\"\\1\"\nendm\n\tq "
|
||||
q"q:macro\nprintln\\1,\"\\1\"\nendm\n q"
|
||||
|
||||
Reference in New Issue
Block a user