X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fvariable-display.at;h=3bcbd8fc780308075a4e42940160dd34a08adaf5;hb=649c202d57d7d5d8bb87be5b72839cd56ca4ca0b;hp=c42fc629e25a42b504d37d97c68da65642fb79c2;hpb=93ec42221da8b677420bf11435e0d24d0503601b;p=pspp diff --git a/tests/language/dictionary/variable-display.at b/tests/language/dictionary/variable-display.at index c42fc629e2..3bcbd8fc78 100644 --- a/tests/language/dictionary/variable-display.at +++ b/tests/language/dictionary/variable-display.at @@ -11,22 +11,22 @@ DISPLAY DICTIONARY. ]) AT_CHECK([pspp -o pspp.csv var-display.sps]) AT_CHECK([cat pspp.csv], [0], [dnl -Variable,Description,,Position -x,Format: F8.2,,1 -,Measure: Scale,, -,Role: Output,, -,Display Alignment: Left,, -,Display Width: 10,, -y,Format: F8.2,,2 -,Measure: Ordinal,, -,Role: Both,, -,Display Alignment: Right,, -,Display Width: 12,, -z,Format: F8.2,,3 -,Measure: Nominal,, -,Role: None,, -,Display Alignment: Center,, -,Display Width: 14,, +Variable,Description,Position +x,"Format: F8.2 +Measure: Scale +Role: Output +Display Alignment: Left +Display Width: 10",1 +y,"Format: F8.2 +Measure: Ordinal +Role: Both +Display Alignment: Right +Display Width: 12",2 +z,"Format: F8.2 +Measure: Nominal +Role: None +Display Alignment: Center +Display Width: 14",3 ]) AT_CLEANUP