diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-27 17:58:48 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-27 17:58:48 -0500 |
| commit | cc021efe10380039a13da5300990639203450634 (patch) | |
| tree | 02977d571ee6b42e7d5429ff8e922f183422eeb5 /bash/step9_interop.sh | |
| parent | b58698b257fb6552e053cd245d63a140d3f7a478 (diff) | |
| download | mal-cc021efe10380039a13da5300990639203450634.tar.gz mal-cc021efe10380039a13da5300990639203450634.zip | |
Add step5/9 tests for impls that support it.
- Also remove broken make/tests/*.mk tests. Not used any more.
Diffstat (limited to 'bash/step9_interop.sh')
| -rwxr-xr-x | bash/step9_interop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/step9_interop.sh b/bash/step9_interop.sh index 5e4828f..1e00ede 100755 --- a/bash/step9_interop.sh +++ b/bash/step9_interop.sh @@ -164,7 +164,7 @@ EVAL () { while read line; do output="${output}${line}\n" done < <(eval ${ANON["${r}"]}) - _string "${output}" + _string "${output%\\n}" return ;; do) _count "${ast}" _slice "${ast}" 1 $(( ${r} - 2 )) |
