commit | 43945d4912def7efd0c49c678dbff81a85e8ed40 | [log] [tgz] |
---|---|---|
author | Till Westmann <till@westmann.org> | Tue May 21 09:47:21 2013 -0700 |
committer | Till Westmann <till@westmann.org> | Tue May 21 09:47:21 2013 -0700 |
tree | db6ddc5f218f7343b94bdbdab9e089fe813fd7cd | |
parent | 4f58e1adf840cdd22e6600403956d4c76f917215 [diff] |
add test for non-ascii characters
diff --git a/asterix-app/src/test/resources/AQLTS/queries/utf-8.aql b/asterix-app/src/test/resources/AQLTS/queries/utf-8.aql new file mode 100644 index 0000000..b9c58ea --- /dev/null +++ b/asterix-app/src/test/resources/AQLTS/queries/utf-8.aql
@@ -0,0 +1,3 @@ +string-to-codepoint("äöß"); +string-to-codepoint("迎"); +/* currently fails (issue 277) string-to-codepoint("欢") */