commit | 68d9965f249dcacad34216369c7be78b9203d0fd | [log] [tgz] |
---|---|---|
author | Till Westmann <till@westmann.org> | Thu May 09 11:15:21 2013 -0700 |
committer | Till Westmann <till@westmann.org> | Tue May 14 10:14:50 2013 -0700 |
tree | 8428146a24c27b0de3bbd49838af55b6fb8a3692 | |
parent | 7d53532f7df48838f34260f3891f7e51498a420a [diff] [blame] |
allow StringLiteral() as one alternative in Identifier()
diff --git a/asterix-app/src/test/resources/AQLTS/queries/functionDecl3.aql b/asterix-app/src/test/resources/AQLTS/queries/functionDecl3.aql new file mode 100644 index 0000000..80629be5 --- /dev/null +++ b/asterix-app/src/test/resources/AQLTS/queries/functionDecl3.aql
@@ -0,0 +1,5 @@ +declare function "function with spaces"($a, $b) { + "string with spaces" +}; + +"function with spaces" (1, 2) \ No newline at end of file