You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the spec uses - to represent taking the complement between the two sets. In this case, I think it means any string of length 0 or greater except for any strings of length 0 or greater that contain the substring ?>. However, in the current grammar, it's parsing the literal character -. I can't think of a way to translate the spec into a regex that doesn't use lookahead. I'm guessing the best bet is to use a heuristic like [^?]* to match the processing instruction content.
The issue was in Helix, they use this grammar as I see.
The text was updated successfully, but these errors were encountered: