shexSpec / grammar

ShEx grammar
MIT License
3 stars 1 forks source link

Embedded single quotes incorrectly escaped #3

Open hsolbrig opened 6 years ago

hsolbrig commented 6 years ago
<http://a.example/S1> {
   <http://a.example/p1> [' !"#$%&\'()/:;<=>?@[]^_`{|}~']
}

is interpreted as " !\"#$%&\\'()/:;<=>?@[]^_{|}~"instead of" !\"#$%&'()/:;<=>?@[]^_{|}~" (escape for single quote is escaped rather than removed)

ericprud commented 6 years ago

Did 24cdef2 close this?