Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support named escapes (\N{...}) in string processing #2319

Merged
merged 12 commits into from Jun 9, 2021
Merged

Support named escapes (\N{...}) in string processing #2319

merged 12 commits into from Jun 9, 2021

Commits on Jun 9, 2021

  1. Add a bunch of tests

    Jackenmen committed Jun 9, 2021
    Copy the full SHA
    60e10d8 View commit details
    Browse the repository at this point in the history
  2. Add regression test

    Jackenmen committed Jun 9, 2021
    Copy the full SHA
    2d7bc8a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b90fbd4 View commit details
    Browse the repository at this point in the history
  4. Raise here instead

    Jackenmen committed Jun 9, 2021
    Copy the full SHA
    f7a3761 View commit details
    Browse the repository at this point in the history
  5. Simplify breaks_nameescape_expression()

    Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
    Jackenmen and felix-hilden committed Jun 9, 2021
    Copy the full SHA
    9aae115 View commit details
    Browse the repository at this point in the history
  6. Add tests for escapes

    Jackenmen committed Jun 9, 2021
    Copy the full SHA
    2d3fb5f View commit details
    Browse the repository at this point in the history
  7. Fix escapes

    Jackenmen committed Jun 9, 2021
    Copy the full SHA
    f0ac851 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    91b2122 View commit details
    Browse the repository at this point in the history
  9. Add changelog entry

    Jackenmen committed Jun 9, 2021
    Copy the full SHA
    0955f32 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a3396e3 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    e420dbe View commit details
    Browse the repository at this point in the history
  12. Update src/black/trans.py

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Jackenmen and JelleZijlstra committed Jun 9, 2021
    Copy the full SHA
    c1276fd View commit details
    Browse the repository at this point in the history