From 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2016 12:07:18 +0200 Subject: Move old tests to old-tests/ --- tests/pairs/buildfile | 40 ---------------------------------------- tests/pairs/test.out | 27 --------------------------- tests/pairs/test.sh | 3 --- 3 files changed, 70 deletions(-) delete mode 100644 tests/pairs/buildfile delete mode 100644 tests/pairs/test.out delete mode 100755 tests/pairs/test.sh (limited to 'tests/pairs') diff --git a/tests/pairs/buildfile b/tests/pairs/buildfile deleted file mode 100644 index 3b55044..0000000 --- a/tests/pairs/buildfile +++ /dev/null @@ -1,40 +0,0 @@ -print foo@bar # foo@bar -print foo@{bar} # foo@bar -print {foo}@bar # foo@bar -print {foo@bar} # foo@bar -print {{foo}@{bar}} # foo@bar -print "{foo}@bar" # {foo}@bar - -print foo@ # foo@{} -print {foo}@ # foo@{} -print {foo}@{} # foo@{} -print {foo}@ {FOO}@ # foo@{} FOO@{} -v=foo@ -print $v # foo@{} - -print @bar # {}@bar -print @{bar} # {}@bar -print {}@{bar} # {}@bar -print @{BAR} @{bar} # {}@BAR {}@bar -v=@bar -print $v # {}@bar - -print @ # {}@{} -print @{} # {}@{} -print {}@ # {}@{} -print {}@{} # {}@{} -print {@} # {}@{} -v=@ -print $v # {}@{} - -print @ @ # {}@{} {}@{} -v=@ @ -print $v # {}@{} {}@{} - -print @{bar BAR} # {}@bar {}@BAR -print @{bar {BAR}} # {}@bar {}@BAR -print foo@{bar BAR} # foo@bar foo@BAR - -#print @@ # error: double pair separator - -./: diff --git a/tests/pairs/test.out b/tests/pairs/test.out deleted file mode 100644 index 6033c84..0000000 --- a/tests/pairs/test.out +++ /dev/null @@ -1,27 +0,0 @@ -foo@bar -foo@bar -foo@bar -foo@bar -foo@bar -{foo}@bar -foo@{} -foo@{} -foo@{} -foo@{} FOO@{} -foo@{} -{}@bar -{}@bar -{}@bar -{}@BAR {}@bar -{}@bar -{}@{} -{}@{} -{}@{} -{}@{} -{}@{} -{}@{} -{}@{} {}@{} -{}@{} {}@{} -{}@bar {}@BAR -{}@bar {}@BAR -foo@bar foo@BAR diff --git a/tests/pairs/test.sh b/tests/pairs/test.sh deleted file mode 100755 index c745b76..0000000 --- a/tests/pairs/test.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -b -q | diff --strip-trailing-cr -u test.out - -- cgit v1.1