Skip to content

Commit f7c5d94

Browse files
akashyadav24mathiasrw
authored andcommitted
issue fixed #1740
1 parent a5f3e9b commit f7c5d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/alasqlparser.jison

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Literal
356356
else $$ = $1.toLowerCase();
357357
}
358358
| BRALITERAL
359-
{ $$ = doubleq($1.substr(1,$1.length-2));}
359+
{ $$ = {val:doubleq($1.substr(1,$1.length-2)), wrap:$1.substr(0,1)}; }
360360
| error NonReserved
361361
{ $$ = $2.toLowerCase() }
362362
;

src/alasqlparser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)