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
Looks like they changed the format of the result, and since the parser relies on line numbering, it fails now. The quick fix is easy enough: Just swap case 1 and case 2. The better fix is to actually parse by content and not rely on line numbering nor character positioning.
The text was updated successfully, but these errors were encountered:
Great demo, thanks for sharing it!
Looks like they changed the format of the result, and since the parser relies on line numbering, it fails now. The quick fix is easy enough: Just swap case 1 and case 2. The better fix is to actually parse by content and not rely on line numbering nor character positioning.
The text was updated successfully, but these errors were encountered: