Skip to content

Tag casing inconsistency leads to parsing issues #17

@wnayes

Description

@wnayes

I've seen cases where programmers use inconsistent tag casing for open and close tags.

<asp:Button runat="server"></asp:button>

ASP.NET is able to cope with this, but AspxParser will end up with an imbalance in the syntax tree.

These can be a little hard to track down, but it is reasonable to work around this issue by fixing the problem cases in the markup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions