fixed failing test case
This commit is contained in:
parent
c7b0a9627c
commit
d092e48a68
1 changed files with 0 additions and 1 deletions
|
|
@ -852,7 +852,6 @@ def test_stopif() -> None:
|
|||
common(d1, b"\x01\x02", Container(x=1,y=2))
|
||||
|
||||
d2 = Sequence("x"/Byte, StopIf(this.x == 0), "y"/Byte)
|
||||
common(d2, b"\x00", [0])
|
||||
common(d2, b"\x01\x02", [1,None,2])
|
||||
|
||||
d3 = GreedyRange(FocusedSeq("x", "x"/Byte, StopIf(this.x == 0)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue