Added a test to ensure that tabs can be input into strings
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 16 Dec 2003 08:57:10 +0000 (08:57 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 16 Dec 2003 08:57:10 +0000 (08:57 +0000)
tests/Makefile.am
tests/tabs.stat [deleted file]

index ca1e5001ab84802b59de3658e85f5152b3759224..906e26d5bffa1d4e87adc5467eb09bee2ccf2185 100644 (file)
@@ -14,6 +14,7 @@ TESTS = command/aggregate.sh \
        command/lag.sh \
        command/print.sh \
        command/sort.sh \
+       command/tabs.sh \
        command/split-file.sh \
        bugs/double-frequency.sh \
        bugs/html-frequency.sh \
diff --git a/tests/tabs.stat b/tests/tabs.stat
deleted file mode 100644 (file)
index fbeede6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-title 'Test handling of tab characters in user data'.
-
-/* The program contains separate code for the case of a single
-/* tab on a line and multiple tabs, so we try both below.
-data list /x 1-80 (a).
-begin data.
-       1       12      123     1234    12345   123456  1234567 12345678
-asdf   jkl;
-end data.
-print /x.
-execute.
-