aat

git mirror of https://ccx.te2000.cz/bzr/aat
git clone https://ccx.te2000.cz/git/aat
Log | Files | Refs | README

commit 5b5555e36fea35cf66b904ef2702b86006ff6c31
parent df3bef46f961e4051a6debf6b2f943ca50541536
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Fri, 11 Sep 2015 18:58:52 +0200

add test
Diffstat:
Maat_data.test | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/aat_data.test b/aat_data.test @@ -56,3 +56,24 @@ Hello {<name>}! >>> /Makefile:.*failed/ >>>2 /error: undefined variable 'name'/ >>>= 2 + +./aattest tests/data6 +<<< +@awk ../../data.awk +|END{ +foo{<bar:>}baz +spam{<cheese:>}eggs +{<cheese:<bar>>} +{<cheese:'1+1'>} +{<cheese:'(<bar>)" "(<bar>)'>} +|} +--- +bar=qux +>>> +fooquxbaz +spameggs +qux +2 +qux qux +>>>2 +>>>= 0