Skip to content

Commit

Permalink
Remove invalid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Aug 19, 2023
1 parent 887c98e commit b48b21c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testdata/examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14088,7 +14088,6 @@ obj.head(s, s) != obj.a
obj.head(s[0])
obj.head(s[a:1])
obj.head(s[f])
obj.head(splitAfter("c", "b", s, nil))
obj.head(splitAfter("c", "c"))
obj.head(string("a"), obj, a)
obj.head(string("c", ok, ok))
Expand Down Expand Up @@ -19460,7 +19459,6 @@ toJSON(s startsWith s)
toJSON(s)
toJSON(s) in obj
toJSON(s[0:0])
toJSON(splitAfterN(s, s, 0))
toJSON(string("a"))
toJSON(string("c"))
toJSON(string(0.5))
Expand Down

0 comments on commit b48b21c

Please sign in to comment.