Skip to content

Commit 95c331a

Browse files
committed
Fix
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
1 parent 63fb4f6 commit 95c331a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/data/parser/parseLockErr2.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
0
511511
],
512512
[
513-
"Unexpected end of Lock expression.",
513+
"Unexpected end of LOCK expression.",
514514
null,
515515
0
516516
]

tests/data/parser/parseLockErr7.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
0
518518
],
519519
[
520-
"Unexpected end of Lock expression.",
520+
"Unexpected end of LOCK expression.",
521521
null,
522522
0
523523
]

tests/data/parser/parseLockErr9.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
0
529529
],
530530
[
531-
"Unexpected end of Lock expression.",
531+
"Unexpected end of LOCK expression.",
532532
{
533533
"@type": "@12"
534534
},

0 commit comments

Comments
 (0)