Open marten-cz opened 2 years ago
When something is not closed the tokenizer will try to find next token but will fail. Better to return what was parsed then to fail with error.
Would you mind adding a unit test that shows an example of an unclosed pair ?
When something is not closed the tokenizer will try to find next token but will fail. Better to return what was parsed then to fail with error.