From cd7233c7761a685f06a6cd45daef192ab3423fa1 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 24 Jun 2025 18:14:09 +0200 Subject: Support `in` operator on strings and modules --- tests/suite/scripting/ops.typ | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/suite/scripting') 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` -- cgit v1.2.3