mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use LCOV_EXCL comments to exclude some lines from test coverage (#1662)
This commit is contained in:
5
test/asm/macro-arg-illegal-escape.asm
Normal file
5
test/asm/macro-arg-illegal-escape.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
MACRO mac
|
||||
DEF s EQUS "\#"
|
||||
println "{#s:s}"
|
||||
ENDM
|
||||
mac \\\"\t\r\0\n\{\}\,\(\)\w\
|
||||
Reference in New Issue
Block a user