From: John Darrington Date: Tue, 16 Dec 2003 08:57:10 +0000 (+0000) Subject: Added a test to ensure that tabs can be input into strings X-Git-Tag: v0.4.0~441 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a361c43c642650b6f70a383cda3408a86dff568;p=pspp-builds.git Added a test to ensure that tabs can be input into strings --- diff --git a/tests/Makefile.am b/tests/Makefile.am index ca1e5001..906e26d5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 index fbeede6b..00000000 --- a/tests/tabs.stat +++ /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. -