Skip to content

Cannot correctly handle a case with pathological braces nesting #1

Description

@CXuesong

Consider the following case

{{{{{arg}}

which should be parsed as

[{{{] {{ [arg] }}

But my parser handles it as

[{] {{{ [{arg] }}

The corresponding test case is UnitTestProject1.AbnormalCaseTests.TestBraces3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions