diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-19 09:49:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-28 16:03:34 +0200 |
commit | bfbf2c9d3b2c79e0effa294c69d98b13154c0178 (patch) | |
tree | a6079a75131b3bfa74d2514cec73064846292826 /tests/pairs/test.sh | |
parent | cf59a5fa548cfa72ab0b56334afea5c031faf27b (diff) |
Change pairs semantics from separated to unseparated
Before we use to recognize 'x @ y' as a pair. Now it has to be written
unseparated, as 'x@y'. See tests/pairs for details on the new semantics.
Diffstat (limited to 'tests/pairs/test.sh')
-rwxr-xr-x | tests/pairs/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pairs/test.sh b/tests/pairs/test.sh new file mode 100755 index 0000000..b898b3c --- /dev/null +++ b/tests/pairs/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +valgrind -q b -q | diff -u test.out - |