Skip to content

Commit eec3ff1

Browse files
committedSep 16, 2024··
Fi failing tests
1 parent 0fd88ba commit eec3ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎runtime-testsuite/resources/org/antlr/v4/test/runtime/templates/TypeScript.test.stg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
writeln(s) ::= <<console.log(<s> || '');>>
2-
write(s) ::= <<process.stdout.write(<s> || '');>>
1+
writeln(s) ::= <<console.log(<s>);>>
2+
write(s) ::= <<process.stdout.write(<s>);>>
33
writeList(s) ::= <<console.log(<s; separator="+">);>>
44

55
False() ::= "false"

0 commit comments

Comments
 (0)
Please sign in to comment.