dgraph live RDF parser does not support \u escape sequences in facets #4157
Labels
area/parsing
Issues related to the parser or lexer.
priority/P0
Critical issue that requires immediate attention.
status/accepted
We accept to investigate/work on it.
Dgraph's RDF parser used in
dgraph live
does not appear to understand\uXXXX
escape sequences inside facets.The dgraph documentation says that it uses the RDF N-Quad spec, which specifies support for the
\uXXXX
escape sequences, but dgraph's implementation does not appear to respect it.I tried adding these test cases to the chunker pacakage's
TestLex
, and the second one fails:The failure:
This manifests itself in
dgraph live
in that if you pass it an RDF of the formit will fail with the above error.
The text was updated successfully, but these errors were encountered: