Closed GoogleCodeExporter closed 9 years ago
The CURIE regex \{([^ \}\?\"\':]*):([^ \"\']+)\} as defined in RDFaReader now
excludes quotes in the reference. Escape handling for literal expressions have
been fixed and the attached test green-lines.
Original comment by steven.a...@gmail.com
on 27 Jun 2011 at 5:52
JSON expressions such as {'json':'string'} should not be confused with a string
expression. Use a regular expression like \{'(:?[^'\\]|\\.)*'\} to exclude
non-continuous strings
Original comment by *...@talis.com
on 27 Jun 2011 at 6:07
Attachments:
Use the whitespace character group '\s' instead of a normal space.
Original comment by *...@talis.com
on 28 Jun 2011 at 12:48
Attachments:
Escape common special chars in string literal expressions
http://code.google.com/p/callimachus/source/detail?r=1169
Original comment by *...@talis.com
on 29 Jun 2011 at 3:02
Original issue reported on code.google.com by
*...@talis.com
on 27 Jun 2011 at 1:14Attachments: