diff options
Diffstat (limited to 'test/roundtrip.sh')
-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 |