From 61661f050f882bc4540d222d4be5137c91dfc8c4 Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Wed, 10 Feb 2016 12:46:42 +0700 Subject: [PATCH] Added description of test files --- pyasm/asm_tests/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyasm/asm_tests/README.rst b/pyasm/asm_tests/README.rst index 5c29d6c..12928c3 100755 --- a/pyasm/asm_tests/README.rst +++ b/pyasm/asm_tests/README.rst @@ -35,7 +35,7 @@ exist in the file. Here the test comments are: which tells **test_harness** to check that the PTP file generated by the assembler does load *004001* at address *0100*, etc. -Test coments may appear anywhere in a test file, and are executed in the order +Test comments may appear anywhere in a test file, and are executed in the order they appear in the file. test_harness Usage @@ -57,5 +57,5 @@ test_harness Usage The future ========== -The test coments will change to be much more flexible. Follow the design +The test comments will change to be much more flexible. Follow the design discussion in `issue #7 `_.