Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change lexer to allow unicode escape sequences. #4175

Merged
merged 2 commits into from
Oct 17, 2019

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Oct 15, 2019

Fixes #4157


This change is Reviewable

@martinmr martinmr requested review from manishrjain and a team as code owners October 15, 2019 20:17
Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ A review job has been created and sent to the PullRequest network.


@martinmr you can click here to see the review status or cancel the code review job.

Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just update that one documentation line :)


Reviewed with ❤️ by PullRequest

lex/lexer.go Outdated Show resolved Hide resolved
Copy link
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @martinmr)

Copy link
Contributor Author

@martinmr martinmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 1 of 2 files reviewed, all discussions resolved (waiting on @manishrjain)


lex/lexer.go, line 379 at r1 (raw file):

Previously, pullrequest[bot] wrote…

nit: Should update this documentation as well: (ECHAR ::= '\' [uvtbnrf"'\])

Done.

@martinmr martinmr merged commit e98c6af into master Oct 17, 2019
@martinmr martinmr deleted the martinmr/lexer-unicode branch October 17, 2019 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

dgraph live RDF parser does not support \u escape sequences in facets
2 participants