X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdata%2Fdictionary.at;fp=tests%2Fdata%2Fdictionary.at;h=ef62c664f83d58adfb75a42944207ff6efa15c13;hb=23fd25fa0a2fb9d613f4f9445000e49cc3b83db1;hp=0000000000000000000000000000000000000000;hpb=6c99748d153d74b325a50f79bc8e59f1f9521f98;p=pspp diff --git a/tests/data/dictionary.at b/tests/data/dictionary.at new file mode 100644 index 0000000000..ef62c664f8 --- /dev/null +++ b/tests/data/dictionary.at @@ -0,0 +1,14 @@ +AT_BANNER([dictionary]) + +AT_SETUP([dictionary case-insensitivity]) +AT_DATA([dictionary.sps], [dnl +DATA LIST LIST /aèiöu aeiou. +BEGIN DATA +1 2 +END DATA. +LIST AÈIÖU +RENAME VARIABLE (aèiöu=AÈIÖU). +LIST. +RENAME VARIABLE (aeiou=aèiöu). +]) +AT_CLEANUP