Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/simulation/fixtures/fixing/python/pyright_badtoken.py
13405 views
1
# This sample uses a non-breaking space, which should generate errors in
2
# the tokenizer, parser and type checker.
3
4
# The space between "import" and "sys" is a non-breaking UTF8 character.
5
import sys
6
7
8