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

New (failing) tests for aliases defined in WHATWG Encoding spec #92

Merged
merged 2 commits into from
Mar 17, 2017

Commits on Mar 16, 2017

  1. Add https://encoding.spec.whatwg.org/encodings.json

    ... as whatwg-aliases.json
    
    This file is the machine-readable list of encoding names and aliases
    defined in the WHATWG Encoding Living Standard at
    https://encoding.spec.whatwg.org/
    
    Source commit from repository at github.com/whatwg/encoding:
      9995ebf427025cc1f43c00271269addc1ed035c0
    dolmen committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    d31a52f View commit details
    Browse the repository at this point in the history
  2. Add t/whatwg-aliases.t (check aliases against WHATWG Encoding standard)

    This test checks our support for encodings and aliases against the
    WHATWG Encoding Living Standard at https://encoding.spec.whatwg.org/ .
    
    The test has many failures. I marked a few as 'TODO' but the task is
    beyond my available time for now (and the aim is not to have 'TODO' but
    fixes).
    dolmen committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    6d24cd5 View commit details
    Browse the repository at this point in the history