diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-26 15:39:42 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-26 14:52:54 -0700 |
commit | a2a30c2d7a4aec776604e8652e0089171f1fde3f (patch) | |
tree | ee10fcb8a4c15876cb842128b626d056853adc1e /test | |
parent | 30d84a8b75ed443d55f18d4f6b2982c5440b2b27 (diff) |
Added shell script for round-trip spec test.
Diffstat (limited to 'test')
-rwxr-xr-x | test/roundtrip.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/roundtrip.sh b/test/roundtrip.sh new file mode 100755 index 0000000..a7bbbf6 --- /dev/null +++ b/test/roundtrip.sh @@ -0,0 +1,2 @@ +#!/bin/sh +./cmark -t commonmark | ./cmark |