Demo JATS test suite

test 242B

12345678910
  1. #!/bin/bash
  2. jat__pstartt "example test phase"
  3. jat__cmd -h "true is still true" \
  4. true
  5. jat__cmp -h "five is still greater than three" \
  6. 5 gt 3
  7. jat__cmp -h "foo still ends with oo" \
  8. foo re '.*oo'
  9. jat__pend