commit | 5860fb9f15ecef40709d0b9379d85ebcf664dfdf | [log] [tgz] |
---|---|---|
author | icetindil <icetindil@gmail.com> | Fri May 16 11:22:15 2014 -0700 |
committer | icetindil <icetindil@gmail.com> | Fri May 16 11:22:15 2014 -0700 |
tree | b163ce7ee322c017ccb235ac5778d2be81edfdc0 | |
parent | a611ac7575f06c6d240400c895dae67bba49e8d0 [diff] [blame] |
added a tets case, addressed Raman's code review comment
diff --git a/asterix-algebra/src/main/javacc/AQLPlus.jj b/asterix-algebra/src/main/javacc/AQLPlus.jj index dd72de4..6489587 100644 --- a/asterix-algebra/src/main/javacc/AQLPlus.jj +++ b/asterix-algebra/src/main/javacc/AQLPlus.jj
@@ -768,10 +768,7 @@ } } - | "?" - { - // ANY - } + | "?" // ANY )