X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Fdictionary.at;fp=tests%2Fdata%2Fdictionary.at;h=85ea5281bc4d451e629d5faa60e54df15d79581f;hb=58a6b6748e5bc4e01f83960db505add573d336f2;hp=ef62c664f83d58adfb75a42944207ff6efa15c13;hpb=c502669e3fbc97a792a6c0064a72cfb9690d7d23;p=pspp diff --git a/tests/data/dictionary.at b/tests/data/dictionary.at index ef62c664f8..85ea5281bc 100644 --- a/tests/data/dictionary.at +++ b/tests/data/dictionary.at @@ -11,4 +11,22 @@ RENAME VARIABLE (aèiöu=AÈIÖU). LIST. RENAME VARIABLE (aeiou=aèiöu). ]) + +AT_CHECK([pspp -O format=csv dictionary.sps],[1], +[Table: Reading free-form data from INLINE. +Variable,Format +aèiöu,F8.0 +aeiou,F8.0 + +Table: Data List +aèiöu +1.00 + +Table: Data List +AÈIÖU,aeiou +1.00,2.00 + +dictionary.sps:8: error: RENAME VARIABLES: Renaming would duplicate variable name aèiöu. +]) + AT_CLEANUP