grammar: remove shim again
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
27
test/corpus/json.txt
Normal file
27
test/corpus/json.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
================================================================================
|
||||
top level object
|
||||
================================================================================
|
||||
|
||||
{
|
||||
"foo": "bar"
|
||||
}
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(config_file
|
||||
(object
|
||||
(object_start)
|
||||
(object_elem
|
||||
(expression
|
||||
(literal_value
|
||||
(string_lit
|
||||
(quoted_template_start)
|
||||
(template_literal)
|
||||
(quoted_template_end))))
|
||||
(expression
|
||||
(literal_value
|
||||
(string_lit
|
||||
(quoted_template_start)
|
||||
(template_literal)
|
||||
(quoted_template_end)))))
|
||||
(object_end)))
|
||||
Reference in New Issue
Block a user