oreillymedia / HTMLBook

Let's write books in HTML!
http://oreillymedia.github.io/HTMLBook
MIT License
650 stars 100 forks source link

Getting tests working locally #220

Closed nadamsoreilly closed 4 years ago

nadamsoreilly commented 4 years ago

Hi @hackermatthew ,

These are the changes I made to get the tests up and running locally. A quick summary:

  1. Updated the xspec.sh script to the one found here: https://github.com/xspec/xspec
  2. Adding pending attributes to all the tests that were causing errors when we tried to run the script.
  3. Updating the Saxon JAR files to HE 9.5.1.2 to match the version used in the Atlas workers.

Thanks, -Nick