Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

[openCypher tck case] incorrect unicode literal #657

Closed
czpmango opened this issue Jan 20, 2021 · 0 comments
Closed

[openCypher tck case] incorrect unicode literal #657

czpmango opened this issue Jan 20, 2021 · 0 comments
Labels
bug Type: something is unexpected incompatible PR: incompatible with the master branches in the storage or common repos

Comments

@czpmango
Copy link
Contributor

neo4j test:

neo4j@neo4j> RETURN  '\uH';
Invalid input 'H': expected four hexadecimal digits specifying a unicode character (line 2, column 12 (offset: 12))
"RETURN  '\uH';"

nebula test:

(czp@nebula) [nba]> yield '\uH'
+------+
| uH   |
+------+
| "uH" |
+------+

@czpmango czpmango added bug Type: something is unexpected incompatible PR: incompatible with the master branches in the storage or common repos labels Jan 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Type: something is unexpected incompatible PR: incompatible with the master branches in the storage or common repos
Projects
None yet
Development

No branches or pull requests

2 participants