mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-14 13:51:42 +00:00
Add more test cases (#1409)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
println "hello\
|
||||
@@ -0,0 +1,5 @@
|
||||
error: character-escape-at-end.asm(1):
|
||||
Illegal character escape at end of input
|
||||
error: character-escape-at-end.asm(1):
|
||||
Unterminated string
|
||||
error: Assembly aborted (2 errors)!
|
||||
@@ -0,0 +1 @@
|
||||
hello\
|
||||
@@ -0,0 +1,3 @@
|
||||
println \1
|
||||
println \<2>
|
||||
println \#
|
||||
@@ -0,0 +1,7 @@
|
||||
error: macro-args-outside-macro.asm(1):
|
||||
'\1' cannot be used outside of a macro
|
||||
error: macro-args-outside-macro.asm(2):
|
||||
'\<2>' cannot be used outside of a macro
|
||||
error: macro-args-outside-macro.asm(3):
|
||||
'\#' cannot be used outside of a macro
|
||||
error: Assembly aborted (3 errors)!
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user