mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Implement ? suffix to "quiet" a context and exclude it from backtraces (#1800)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
assert 1 +# 1 == 2
|
||||
assert 2 ?<EFBFBD>* 2 == 4
|
||||
assert 3 **?<EFBFBD>?##?? 3 == 27
|
||||
assert 2 #<EFBFBD>* 2 == 4
|
||||
assert 3 **#<EFBFBD>}<EFBFBD># 3 == 27
|
||||
charmap "x", 4
|
||||
assert 4 <<#<EFBFBD>'x' == 64
|
||||
|
||||
Reference in New Issue
Block a user