From a2a30c2d7a4aec776604e8652e0089171f1fde3f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 26 Mar 2015 15:39:42 -0400 Subject: Added shell script for round-trip spec test. --- test/roundtrip.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 test/roundtrip.sh (limited to 'test') 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 -- cgit v1.2.3