X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Fascii.at;h=a3f66b933be8bb5afdaa570d7799b3282db5dfc6;hb=68d837b6f9edf4151a8df34f65123b10b35612ea;hp=df1263eb012b761daf611394b3766d8070677913;hpb=5d8fa2ae8c6e7d890570585aedec66bd51630814;p=pspp diff --git a/tests/output/ascii.at b/tests/output/ascii.at index df1263eb01..a3f66b933b 100644 --- a/tests/output/ascii.at +++ b/tests/output/ascii.at @@ -520,6 +520,47 @@ _à_e_î_o̧_ũ_y ]) AT_CLEANUP +AT_SETUP([ASCII driver u8_line_set_length]) +AT_KEYWORDS([render rendering]) +AT_DATA([input], [dnl +0 0 0 àéî +0 1 0 àéî +0 2 0 àéî +0 3 0 àéî +0 4 0 àéî +set-length 0 4 +set-length 1 3 +set-length 2 2 +set-length 3 1 +set-length 4 0 + +0 6 0 あい +0 7 0 あい +0 8 0 あい +0 9 0 あい +0 10 0 あい +0 11 0 あい +set-length 6 5 +set-length 7 4 +set-length 8 3 +set-length 9 2 +set-length 10 1 +set-length 11 0 +]) +AT_CHECK([render-test --draw-mode input], [0], [dnl +àéî +àéî +àé +à + +あい +あい +あ? +あ +? +]) +AT_CLEANUP + AT_SETUP([ASCII driver Unicode box characters]) AT_KEYWORDS([render rendering]) AT_DATA([input], [3 3 @@ -555,7 +596,7 @@ REGRESSION /DEPENDENT= x y /STATISTICS=COEFF R ANOVA. ]) -AT_CHECK([pspp ascii.sps], [1], [dnl +AT_CHECK([pspp ascii.sps], [0], [dnl SET PRINTBACK=ON. DATA LIST LIST /x * y * a (a23). @@ -577,9 +618,12 @@ END DATA. REGRESSION /VARIABLES= a + +ascii.sps:11: warning: REGRESSION: a is not a numeric variable. It will not be +included in the variable list. + /DEPENDENT= x y /STATISTICS=COEFF R ANOVA. - -ascii.sps:12: error: REGRESSION: REGRESSION requires numeric variables. ]) + AT_CLEANUP