Skip to content

Commit b48b21c

Browse files
committed
Remove invalid tests
1 parent 887c98e commit b48b21c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testdata/examples.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14088,7 +14088,6 @@ obj.head(s, s) != obj.a
1408814088
obj.head(s[0])
1408914089
obj.head(s[a:1])
1409014090
obj.head(s[f])
14091-
obj.head(splitAfter("c", "b", s, nil))
1409214091
obj.head(splitAfter("c", "c"))
1409314092
obj.head(string("a"), obj, a)
1409414093
obj.head(string("c", ok, ok))
@@ -19460,7 +19459,6 @@ toJSON(s startsWith s)
1946019459
toJSON(s)
1946119460
toJSON(s) in obj
1946219461
toJSON(s[0:0])
19463-
toJSON(splitAfterN(s, s, 0))
1946419462
toJSON(string("a"))
1946519463
toJSON(string("c"))
1946619464
toJSON(string(0.5))

0 commit comments

Comments
 (0)