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

Full support for valid escape sequences #17

Merged
merged 5 commits into from Oct 15, 2014
Merged

Commits on Oct 15, 2014

  1. Full valid escape sequences

    Cover all valid escape sequences including hexadecimal character codes.
    KronicDeth committed Oct 15, 2014
    Copy the full SHA
    98a2eb9 View commit details
    Browse the repository at this point in the history
  2. Test parsing of valid escape sequences

    Remove special casing of `\x` and let levels above parser, such as the
    annotator deal with telling the user that they are missing hexadecimal
    digits or braces after `\x`.
    KronicDeth committed Oct 15, 2014
    Copy the full SHA
    d79efbd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74a7582 View commit details
    Browse the repository at this point in the history
  4. Add test case for #14

    Closes #14
    
    Test that escaping sigil terminators prevents sigil termination to
    ensure that #14 is fixed by implementing all valid escape sequences for
     #15.
    KronicDeth committed Oct 15, 2014
    Copy the full SHA
    caecdd6 View commit details
    Browse the repository at this point in the history
  5. Update change logs

    KronicDeth committed Oct 15, 2014
    Copy the full SHA
    607592e View commit details
    Browse the repository at this point in the history