From 0a361c43c642650b6f70a383cda3408a86dff568 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 16 Dec 2003 08:57:10 +0000 Subject: [PATCH] Added a test to ensure that tabs can be input into strings --- tests/Makefile.am | 1 + tests/tabs.stat | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 tests/tabs.stat diff --git a/tests/Makefile.am b/tests/Makefile.am index ca1e5001ab..906e26d5bf 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 fbeede6bdf..0000000000 --- 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. - -- 2.30.2