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

semantic: string literal escape sequence handing #75

@bzz

Description

@bzz

Discovered as part of the bblfsh/bblfshd#268 (comment)

This is an ☂️ issue for multiple driver failures \w invalid syntax.

E.g driver fails to parse e.g this file with

     check: key "value": invalid syntax

Normalization mapping for semantic mode needs to be updated.

132 file examples could be obtained using

grep "language=javascript$" bblfshd.log | grep -oP "rpc error: code = \K(.*)" | grep "invalid syntax" | sort | less

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions