peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
914 stars 65 forks source link

Fix a typo in examples/xml.peggy #426

Closed markw65 closed 1 year ago

markw65 commented 1 year ago

A stray single quote was accidentally included in the Extender rule.

hildjj commented 1 year ago

Did you find this with a specific input?

Please add yourself to the AUTHORS file if you're not in there already.

markw65 commented 1 year ago

Did you find this with a specific input?

No, it just jumped out at me while I was working on #425 and looking at how the generated code changed. And then I checked https://www.w3.org/TR/REC-xml/ to make sure it really isn't supposed to be there.

I'm already in AUTHORS.