Skip to content

Commit

Permalink
Fi failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Sep 16, 2024
1 parent 0fd88ba commit eec3ff1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
writeln(s) ::= <<console.log(<s> || '');>>
write(s) ::= <<process.stdout.write(<s> || '');>>
writeln(s) ::= <<console.log(<s>);>>
write(s) ::= <<process.stdout.write(<s>);>>
writeList(s) ::= <<console.log(<s; separator="+">);>>

False() ::= "false"
Expand Down

0 comments on commit eec3ff1

Please sign in to comment.