Closed GoogleCodeExporter closed 9 years ago
Hmm, in JSON (http://www.json.org/) '\"' is an escaped quote. I'm not sure
right now if that's true for ADM as well. but I think that it probably should
be. So I think that this should be an error.
What is the origin of the file?
Is it supposed to be JSON?
Original comment by westm...@gmail.com
on 29 Mar 2014 at 12:25
Following an offline discussion, Till and I decided to vivisect this issue into
ADM and AQL bugs. Additionally, the generator producing the ADM should escape
all special characters from the char-production in the JSON grammar:
\"
\\
\/
\b
\f
\n
\r
\t
Original comment by ker...@gmail.com
on 29 Mar 2014 at 1:56
Attachments:
The problem of escaping in AQL is covered by issue 748.
Original comment by westm...@gmail.com
on 29 Mar 2014 at 3:47
This issue covers the fixing of Keren's data generator.
The error in the AQL parser is covered by issue 748.
The extension of the ADM parser to support all JSON escapes is covered by issue
752.
The extension of the AQL parser to support all JSON escapes is covered by issue
753.
Original comment by westm...@gmail.com
on 4 Apr 2014 at 7:10
The parsing of a backslash in ADM is covered by issue 754.
Original comment by ker...@gmail.com
on 4 Apr 2014 at 9:01
The data generator is fixed.
Original comment by ker...@gmail.com
on 4 Apr 2014 at 9:11
Original issue reported on code.google.com by
ker...@gmail.com
on 26 Mar 2014 at 3:01