isaacs / sax-js

A sax style parser for JS
Other
1.09k stars 325 forks source link

Fixes #233 (processing instruction ending with "?") #234

Open arista opened 6 years ago

arista commented 6 years ago

Recognizes "?" while in the PROC_INST_ENDING state, and keeps it in that state after adding "?" to the body

Fixes #233