commit | c526fe9b8cb22b831e96d82f621a19eda6b5ce32 | [log] [tgz] |
---|---|---|
author | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Fri Aug 10 22:09:13 2012 +0000 |
committer | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Fri Aug 10 22:09:13 2012 +0000 |
tree | 087cf02d7076bd21055dabc64bff630727da626d | |
parent | 502d240d675b08ac000c937b4879fe864d06bbcf [diff] [blame] |
Added string function tests git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization@636 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/test/resources/runtimets/queries/string/strtocpt03.aql b/asterix-app/src/test/resources/runtimets/queries/string/strtocpt03.aql new file mode 100644 index 0000000..6daf0fe --- /dev/null +++ b/asterix-app/src/test/resources/runtimets/queries/string/strtocpt03.aql
@@ -0,0 +1,10 @@ +/* + * Description : Test string to codepoint function with special characters + * Expected Res : Success + * Date : 7th Aug 2012 + */ + +write output to nc1:"rttest/string_strtocpt03.adm"; + +let $x := "!@#$%^&*()" +return string-to-codepoint($x)