mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Don't count single quote ' as garbage (#1801)
Also copy the "blank space" (space or tab) vs "whitespace" (space, tab, or newline) convention from `<ctype.h>`
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
assert 1 +# 1 == 2
|
||||
assert 2 ?˙* 2 == 4
|
||||
assert 3 **?˙?##?? 3 == 27
|
||||
charmap "x", 4
|
||||
assert 4 <<#˙'x' == 64
|
||||
|
||||
Reference in New Issue
Block a user