From 35809387f88483bfa3d0978cfc3303eba0de632b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 26 Jun 2025 10:06:22 +0200 Subject: Support `in` operator on strings and modules (#6498) --- tests/suite/scripting/ops.typ | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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