Carthage / ogdl-swift

An OGDL parser, written in Swift (experimental)
MIT License
18 stars 9 forks source link

Fix parsing quoted nodes #9

Closed jspahrsummers closed 9 years ago

jspahrsummers commented 9 years ago

We would consider ' and " to be characters in the string, rather than the string terminators, and so quoted string parsing would always fail (as I understand it).

robrix commented 9 years ago

Nice :+1: