From 8a53ee9b579fef9a75bd25f881827f28739a1f68 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 2 Jun 2016 10:43:47 -0700 Subject: Added new roundtrip_tests.py. This replaces the old use of simple shell scripts. It is much faster, and more flexible. (We will be able to do custom normalization and skip certain tests.) --- test/roundtrip.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 test/roundtrip.sh (limited to 'test/roundtrip.sh') diff --git a/test/roundtrip.sh b/test/roundtrip.sh deleted file mode 100755 index ec4f135..0000000 --- a/test/roundtrip.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -"$1" -t commonmark | "$1" -- cgit v1.2.3