We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887c98e commit b48b21cCopy full SHA for b48b21c
testdata/examples.txt
@@ -14088,7 +14088,6 @@ obj.head(s, s) != obj.a
14088
obj.head(s[0])
14089
obj.head(s[a:1])
14090
obj.head(s[f])
14091
-obj.head(splitAfter("c", "b", s, nil))
14092
obj.head(splitAfter("c", "c"))
14093
obj.head(string("a"), obj, a)
14094
obj.head(string("c", ok, ok))
@@ -19460,7 +19459,6 @@ toJSON(s startsWith s)
19460
19459
toJSON(s)
19461
toJSON(s) in obj
19462
toJSON(s[0:0])
19463
-toJSON(splitAfterN(s, s, 0))
19464
toJSON(string("a"))
19465
toJSON(string("c"))
19466
toJSON(string(0.5))
0 commit comments