diff options
Diffstat (limited to 'tests/009/json.txr')
-rw-r--r-- | tests/009/json.txr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/009/json.txr b/tests/009/json.txr index e450b6bb..5c2732e8 100644 --- a/tests/009/json.txr +++ b/tests/009/json.txr @@ -53,7 +53,7 @@ @(define keyword (k))@\ @(local tok)@\ @(all)@(ws)@{tok /true|false|null/}@(trailer)@/[^A-Za-z0-9_]/@(end)@(ws)@\ - @(bind k @(intern tok *keyword-package*))@\ + @(bind k @(intern tok keyword-package))@\ @(end) @; @; Recognize an object: a collection of string/value pairs, |