diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-09 23:48:47 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-01-06 21:57:24 -0600 |
| commit | 01c9731649a7ed97fad0bdeac9cb75b7323c0ad6 (patch) | |
| tree | d6d00e574c489b206ddf78adc12c3d535bab7440 /tests | |
| parent | 1771ab50b87c745181e4e30f94b63e3f23d33dac (diff) | |
| download | mal-01c9731649a7ed97fad0bdeac9cb75b7323c0ad6.tar.gz mal-01c9731649a7ed97fad0bdeac9cb75b7323c0ad6.zip | |
All: swap step9,A. Fixes for bash, C, perl.
step9_interop -> stepA_interop
stepA_more -> step9_try
C: fix glib headers
bash: behavior change of declare -A and pattern replacement.
perl: squelch new 5.18 warnings related to switch/given statement.
Also, include some in-progress interop related files.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/step1_read_print.mal | 4 | ||||
| -rw-r--r-- | tests/step9_try.mal (renamed from tests/stepA_more.mal) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/step1_read_print.mal b/tests/step1_read_print.mal index 2b7c269..43e7931 100644 --- a/tests/step1_read_print.mal +++ b/tests/step1_read_print.mal @@ -51,6 +51,10 @@ abc-def ;=>(+ 1 (+ 2 3)) ( + 1 (+ 2 3 ) ) ;=>(+ 1 (+ 2 3)) +(* 1 2) +;=>(* 1 2) +(** 1 2) +;=>(** 1 2) ;; Testing read of vectors [+ 1 2] diff --git a/tests/stepA_more.mal b/tests/step9_try.mal index 7b7dac5..7b7dac5 100644 --- a/tests/stepA_more.mal +++ b/tests/step9_try.mal |
