You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the following crash if an SDO contains an <emu-grammar> with a nested <ins>:
Error: unimplemented: symbol matches ins
at symbolMatches (C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1719:19)
at symbolSpanMatches (C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1674:22)
at symbolSpanMatches (C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1675:16)
at symbolSpanMatches (C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1675:16)
at symbolSpanMatches (C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1680:16)
at symbolSpanMatches C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1675:16)
at rhsMatches (C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1666:12)
at C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1367:63
at Array.filter (<anonymous>)
at Spec.generateSDOMap (C:\dev\proposal-foo\node_modules\ecmarkup\lib\Spec.js:1367:51)
I see the following crash if an SDO contains an
<emu-grammar>
with a nested<ins>
:Example:
The only workaround is to change the
emu-grammar
in the SDO to wrap the whole production:The text was updated successfully, but these errors were encountered: