otfmacros/pymacro/test.sh

4 lines
138 B
Bash
Raw Normal View History

#/usr/bin/env sh
2021-03-06 15:01:48 +00:00
cat tests/test_input | ./pymacro > tests/test_actual_output
git diff tests/test_actual_output tests/test_expected_output