mirror of
https://github.com/janet-lang/janet
synced 2025-10-16 16:27:40 +00:00
Be more complete with JANET_NO_SOURCEMAPS
This actually removed sourcemaps, not just the top level annotation in bindings.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
(def p (peg/compile grammar))
|
||||
|
||||
# Just make sure is valgrind clean.
|
||||
(-> p make-image load-image)
|
||||
(def p (-> p make-image load-image))
|
||||
|
||||
(assert (peg/match p "abc") "complex peg grammar 1")
|
||||
(assert (peg/match p "[1 2 3 4]") "complex peg grammar 2")
|
||||
|
Reference in New Issue
Block a user