Skip to content

Commit

Permalink
Add missing 5 to flattening-order test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 26, 2024
1 parent dd44fcb commit 23b4781
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ assert.compareArray(globalThis.evaluations, [
"2.1.1 end",
"2.2 end",
"4.1 start",
"4.1 end"
"4.1 end",
"5"
]);

globalThis.evaluations = [];
Expand Down

0 comments on commit 23b4781

Please sign in to comment.