Skip to content

Commit 7b3f49b

Browse files
committed
2 parents 09e3f65 + e1433ff commit 7b3f49b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sqllogic/parser.peg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
PEG.JS gramma for sqllogictest files as described at http://www.sqlite.org/sqllogictest/doc/trunk/about.wiki
3+
*/
4+
15
{
26
function doInt(o) {
37
return parseInt(o.join(""), 10);
@@ -175,5 +179,3 @@ _
175179

176180

177181

178-
179-

0 commit comments

Comments
 (0)