diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/scripting/ops.typ | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suite/scripting/ops.typ b/tests/suite/scripting/ops.typ index d17c0117..561682f0 100644 --- a/tests/suite/scripting/ops.typ +++ b/tests/suite/scripting/ops.typ @@ -264,6 +264,8 @@ #test("Hey" not in "abheyCd", true) #test("a" not /* fun comment? */ in "abc", false) +#test("sys" in std, true) +#test("system" in std, false) --- ops-not-trailing --- // Error: 10 expected keyword `in` |
