I18N tests.
Nathan Bird <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
Just added these tests as unicode is something we require to work. Do we have a general feature we can use to only enable these tests on lisps/environments that support unicode? + (deftest :basic/i18n/1 + (first (query "SELECT 'Iñtërnâtiônàlizætiøn'" + :flatp t :field-names nil)) + "Iñtërnâtiônàlizætiøn") + + (deftest :basic/i18n/2 + (first (query "SELECT 'Iñtërnâtiônàližætiøn'" + :flatp t :field-names nil)) + "Iñtërnâtiônàližætiøn") -- Nathan Bird [email protected] http://www.acceleration.net/ Custom Programming, Design, Hosting, and Broadband.