mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Previously, while `f"abc" f"def"` and `"abc" "def"` would parse as a ConcatenatedString, `f"" ""` wouldn't because it mixes f-strings and simple strings. This joins `atom_string` and `atom_fstring` into a single `atom_string` rule, which has an added benefit of simplifying the code. |
||
|---|---|---|
| .. | ||
| metadata | ||
| nodes | ||
| parser | ||
| testing | ||
| tests | ||
| __init__.py | ||
| _add_slots.py | ||
| _maybe_sentinel.py | ||
| _removal_sentinel.py | ||
| _tabs.py | ||
| _type_enforce.py | ||
| batched_visitor.py | ||
| exceptions.py | ||
| helpers.py | ||
| matchers.py | ||
| tool.py | ||
| visitors.py | ||