Instagram / Instagram/LibCST

Parse error when non-standard indentation is encountered

Open
#951 2 comments 1 reaction 0 assignees View on GitHub
bug parsing
Dominant language
Python
Stars
1.9k
Forks
229
PR merge metrics
No merged PRs in 30d

Description

```python
handcrafted = [
# escaped indentation of some kind?
'fr"\\\n"',
'if _:\n _\n\\\nif _:\ _',

# mixed tabs and spaces; many variations here
'if _:\n if _:\n\t _',
]
for s in handcrafted:
assert compiles(s), repr(s)
assert not libcst_native_parses(s), repr(s)
```

_Originally posted by @Zac-HD in https://github.com/Instagram/LibCST/issues/930#issuecomment-1581965630_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.