mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add some more string test cases
This commit is contained in:
@@ -4,11 +4,13 @@ def f equ -123.0456
|
||||
def pi equ 3.14159
|
||||
def s equs "hello"
|
||||
def t equs "\"\\t\" is '\t'"
|
||||
def u equs "\t\r\0\n"
|
||||
|
||||
println "<{ -6d:n}> <{+06u:n}> <{5x:n}> <{#16b:n}>"
|
||||
println "<{u:m}> <{+3d:m}> <{#016o:m}>"
|
||||
println "<{f:pi}> <{06.f:f}> <{.10f:f}>"
|
||||
println "\"{#-20s:t}\", \"{#20s:t}\", \"{20s:t}\""
|
||||
println "{#s:u}"
|
||||
|
||||
macro foo
|
||||
println "\1 <{\1}>"
|
||||
|
||||
Reference in New Issue
Block a user