We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discovered in bblfsh/javascript-driver#81 (comment) and noted at bblfsh/javascript-driver#81 (comment) - bash driver does not handle string literals in semantic mode the same way as other drivers do.
On
bc = "b\nc"
//uast:String Path query results in
//uast:String
"@type":"uast:String","Format":"","Value":"b\\nc"
where the expected result for semantic mode would be b\ncq.
b\ncq
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As discovered in bblfsh/javascript-driver#81 (comment) and noted at bblfsh/javascript-driver#81 (comment) - bash driver does not handle string literals in semantic mode the same way as other drivers do.
On
bc = "b\nc"
//uast:String
Path query results inwhere the expected result for semantic mode would be
b\ncq
.The text was updated successfully, but these errors were encountered: