Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

semantic: string literal escape sequence handing #35

Open
5 tasks
bzz opened this issue Apr 15, 2019 · 0 comments
Open
5 tasks

semantic: string literal escape sequence handing #35

bzz opened this issue Apr 15, 2019 · 0 comments
Labels

Comments

@bzz
Copy link
Contributor

bzz commented Apr 15, 2019

Everything related to the StringLiterals from #31

All these has the same root cause of escape sequence handing on the Go side bblfsh/javascript-driver#81 (comment)

  • check: key "LiteralValue": invalid syntax ("%s:Error: Rseek() to offset (%d) didn't read expected char (\'%c\') (ret=%d)\n")"
  • check: key "LiteralValue": invalid syntax ("%s:Error: Write failed for char (\'%c\') (ret=%d)\n")"
  • check: key "LiteralValue": invalid syntax ("\0")"
  • check: key "LiteralValue": invalid syntax ("
  • check: key "LiteralValue": invalid syntax ("| sed -n \'/<.data>/,$p\' | sed -e \'s/.*://\'")"
@bzz bzz added the bug label Apr 15, 2019
@bzz bzz changed the title semantic: string literals escape sequence handing semantic: string literal escape sequence handing Apr 15, 2019
@bzz bzz self-assigned this Apr 15, 2019
@bzz bzz removed their assignment Jun 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant