mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +01:00
333d9a4053
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
7 lines
202 B
Python
7 lines
202 B
Python
# This sample uses a non-breaking space, which should generate errors in
|
||
# the tokenizer, parser and type checker.
|
||
|
||
# The space between "import" and "sys" is a non-breaking UTF8 character.
|
||
import sys
|
||
|