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

Fix spec 353: ASCII character 160, non-breaking space, is white space #247

Merged
merged 3 commits into from
May 30, 2021

Commits on May 29, 2021

  1. Add Makefile and clearer install/test instructions

    The generation of tests wasn't documented. This documents it and scripts
    it.
    shonfeder committed May 29, 2021
    Configuration menu
    Copy the full SHA
    3100285 View commit details
    Browse the repository at this point in the history
  2. Fix conformance to spec unit 353

    The spec requires the nonbreaking whitespace character, ASCII code 160
    to be recognized as white space.
    
    https://en.wikipedia.org/wiki/Non-breaking_space
    shonfeder committed May 29, 2021
    Configuration menu
    Copy the full SHA
    2441975 View commit details
    Browse the repository at this point in the history
  3. Add build to .PHONY targets

    shonfeder committed May 29, 2021
    Configuration menu
    Copy the full SHA
    dc03372 View commit details
    Browse the repository at this point in the history