parse/unexpected-closing-character
This happens when one of ), ], } appears without a matching opening delimiter.
Mitigations
Either remove the extra closing delimiter or add the matching opening delimiter earlier in the form.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
This happens when one of ), ], } appears without a matching opening delimiter.
Either remove the extra closing delimiter or add the matching opening delimiter earlier in the form.