Skip to content

Commit 3dfb36a

Browse files
committed
Fix test 2 that was missing: --enable-incomplete-feature=TypeForm
1 parent e19533a commit 3dfb36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-data/unit/check-fastparse.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ def call() -> str: pass
326326
[builtins fixtures/module.pyi]
327327

328328
[case testInvalidEscapeSequenceWarningsSuppressed]
329+
# flags: --python-version 3.14 --enable-incomplete-feature=TypeForm
329330
# Test that SyntaxWarnings for invalid escape sequences are suppressed
330331
# when parsing potential type expressions containing regex patterns or
331332
# similar strings. Callable arguments are always potential type expressions.

0 commit comments

Comments
 (0)