CTABLES: Fix treatment of multiline titles.
[pspp] / tests / language / stats / ctables.at
index 148899147a0f96517cd9c0cfd7cccd764809085a..57f854ec6337d7c23401934b5aee7fdad0ce178f 100644 (file)
@@ -3303,13 +3303,14 @@ AT_DATA([ctables.sps],
 CTABLES
     /VLABELS VARIABLES=qn1 DISPLAY=NONE
     /TABLE ((qn1[c][COUNT])) BY qns3a[c] > qnd5
-    /TITLES TITLE='How often do you drive?'
+    /TITLES TITLE='How often do you drive?' 'second line of title'
             CAPTION='Generated )TIME on )DATE'
            CORNER=')TABLE'.
 ]])
 AT_CHECK([pspp ctables.sps -O box=unicode | sed 's/..:..:../HH:MM:SS/
 s&../../..&MM/DD/YY&'], [0], [dnl
                             How often do you drive?
+                              second line of title
 ╭───────────────────────────────────┬─────────────────────────────────────────╮
 │                                   │               S3a. GENDER:              │
 │                                   ├────────────────────┬────────────────────┤