From 4e6e6b185c73075309a676fa8cc8535e9b28cde1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 3 Jul 2015 20:41:16 -0700 Subject: `spec_test.py`: changed default to `spec.txt` (not `test/spec.txt`). This doesn't matter, since we specify the argument anyway. But it brings this into sync with the version in CommonMark. --- test/spec_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/spec_tests.py b/test/spec_tests.py index 2ca4b60..be11f12 100755 --- a/test/spec_tests.py +++ b/test/spec_tests.py @@ -13,7 +13,7 @@ if __name__ == "__main__": parser = argparse.ArgumentParser(description='Run cmark tests.') parser.add_argument('-p', '--program', dest='program', nargs='?', default=None, help='program to test') - parser.add_argument('-s', '--spec', dest='spec', nargs='?', default='test/spec.txt', + parser.add_argument('-s', '--spec', dest='spec', nargs='?', default='spec.txt', help='path to spec') parser.add_argument('-P', '--pattern', dest='pattern', nargs='?', default=None, help='limit to sections matching regex pattern') -- cgit v1.2.3