mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 15:27:48 +00:00
Improve RGBASM test coverage
This commit is contained in:
@@ -12,7 +12,7 @@ def variable += 1
|
||||
|
||||
def con2 equ -1
|
||||
def var2 = variable**2
|
||||
def str2 equs strcat("{string}", "\0\n\t\r")
|
||||
def str2 equs strcat("{string}", "\0\n\t\r\\\"\{")
|
||||
charmap "c2", 10, -11, 987654321
|
||||
|
||||
PURGE polo
|
||||
|
||||
@@ -10,7 +10,7 @@ def var2 = $9
|
||||
|
||||
; String constants
|
||||
def string equs "goodbye~"
|
||||
def str2 equs "hello!\0\n\t\r"
|
||||
def str2 equs "hello!\0\n\t\r\\\"\{"
|
||||
|
||||
; Character maps
|
||||
newcharmap main
|
||||
|
||||
Reference in New Issue
Block a user