From 733a7755a474053cbf3221e1f182012f8ed51720 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 8 Oct 2006 16:54:46 +0000 Subject: [PATCH] DISPLAY FILE LABEL is no longer undocumented. --- tests/command/file-label.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/command/file-label.sh b/tests/command/file-label.sh index 72da8029..0d3500eb 100755 --- a/tests/command/file-label.sh +++ b/tests/command/file-label.sh @@ -79,13 +79,13 @@ Note that the last line should end with a period: . /* Display the documents. display documents. -display file label. /* undocumented feature of PSPP +display file label. /* Save the active file then get it and display the documents again. save /OUTFILE='foo.save'. get /FILE='foo.save'. display documents. -display file label. /* undocumented feature of PSPP +display file label. /* There is an interesting interaction that occurs if the 'execute' /* command below. What happens is that an error message is output @@ -104,7 +104,7 @@ display documents. save /OUTFILE='foo.save'. get /FILE='foo.save'. display documents. -display file label. /* undocumented feature of PSPP +display file label. /* Done. -- 2.30.2