Skip to content

Commit

Permalink
[wip] break the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Sep 4, 2023
1 parent 04ff0b3 commit 7b51c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cs/QuantifiersTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void parsesTheEmptyString() {
public void parsesOneOccurrenceOfThePattern() {
expect(Quantifiers.parse("rep-0: z")).toMatch(
node("z", 7)
.elem(node("z", 7).noElems())
.elem(node("z", 6).noElems())
);
}

Expand Down

0 comments on commit 7b51c48

Please sign in to comment.