Open
Description
I do not see how to parse this with the grammar:
foo123{bar}
Relevant bits:
node-children := '{' nodes final-node? '}'
base-node := slashdash? type? node-space* string
(node-space+ slashdash? node-prop-or-arg)*
// slashdashed node-children must always be after props and args.
(node-space+ slashdash node-children)*
(node-space+ node-children)?
(node-space+ slashdash node-children)*
node-space*
It looks to me that node-children
must be proceeded by node-space
?
Metadata
Metadata
Assignees
Labels
No labels