From bfbf2c9d3b2c79e0effa294c69d98b13154c0178 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Mar 2016 09:49:58 +0200 Subject: 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. --- tests/pairs/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/pairs/test.sh (limited to 'tests/pairs/test.sh') 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 - -- cgit v1.1