Skip to content

Commit

Permalink
Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrepta committed Sep 19, 2023
1 parent 1c29f5c commit ed57650
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
Out:String
#Equals
"x = 21\n"
"x = 11\n"
}
#And
{
Store:Map
#Equals
0 |-> 21
0 |-> 11
}
#Or
{
Expand All @@ -19,7 +19,7 @@
{
Store:Map
#Equals
0 |-> 11
0 |-> 21
}
#Or
{
Expand All @@ -31,31 +31,31 @@
{
Store:Map
#Equals
0 |-> 21
0 |-> 33
}
#Or
{
Out:String
#Equals
"x = 11\n"
"x = 16\n"
}
#And
{
Store:Map
#Equals
0 |-> 33
0 |-> 16
}
#Or
{
Out:String
#Equals
"x = 16\n"
"x = 21\n"
}
#And
{
Store:Map
#Equals
0 |-> 16
0 |-> 21
}
#Or
{
Expand Down

0 comments on commit ed57650

Please sign in to comment.