From 91d273b1b4315754f82ae71220c55fe69bd66e97 Mon Sep 17 00:00:00 2001 From: detachhead Date: Mon, 11 Nov 2024 20:00:26 +1000 Subject: [PATCH] test for unknown symbol semantic highlighting --- .../src/tests/samples/semantic_highlighting/imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pyright-internal/src/tests/samples/semantic_highlighting/imports.py b/packages/pyright-internal/src/tests/samples/semantic_highlighting/imports.py index d4b471953c..310cacd883 100644 --- a/packages/pyright-internal/src/tests/samples/semantic_highlighting/imports.py +++ b/packages/pyright-internal/src/tests/samples/semantic_highlighting/imports.py @@ -1,2 +1,2 @@ from typing import Never, Iterable as Foo -from collections.abc import Iterator \ No newline at end of file +from collections.abc import Iterator, asdfasdf \ No newline at end of file