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

Unicode escapes are now ordinary escape sequences (not processed early) #8282

Merged
merged 8 commits into from Mar 3, 2020

Commits on Feb 24, 2020

  1. unicode escapes spec

    Martijn Hoekstra committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    909ea18 View commit details
    Browse the repository at this point in the history
  2. treat unicode escapes as any other escape

    except in triple quotes strings and raw interpolations
    for those, emit deprecation warnings, but keep the current
    behaviour of processing unicode escapes
    Martijn Hoekstra committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    ee1dd63 View commit details
    Browse the repository at this point in the history
  3. axe -X-no-uescape

    Martijn Hoekstra committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6e386e7 View commit details
    Browse the repository at this point in the history
  4. no processing of raw unicode escapes under 214

    Martijn Hoekstra committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    62efa84 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. improve error messages

    Martijn Hoekstra committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    bb2ca7d View commit details
    Browse the repository at this point in the history
  2. test for unicode escapes for quotes in interpolations

    Martijn Hoekstra committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    bc7c7b7 View commit details
    Browse the repository at this point in the history
  3. test unicode escapes don't terminate lits

    Martijn Hoekstra committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8aa3898 View commit details
    Browse the repository at this point in the history
  4. message improvements

    Martijn Hoekstra committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    38270c8 View commit details
    Browse the repository at this point in the history