Skip to content

Tag casing inconsistency leads to parsing issues #17

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.

Activity

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

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