|
|
@ -53,6 +53,7 @@ public class FilterCompilerTest { |
|
|
|
assertInvalidPathException("[?(@ || )]"); |
|
|
|
assertInvalidPathException("[?(@ || )]"); |
|
|
|
assertInvalidPathException("[?(@ == 'foo )]"); |
|
|
|
assertInvalidPathException("[?(@ == 'foo )]"); |
|
|
|
assertInvalidPathException("[?(@ == 1' )]"); |
|
|
|
assertInvalidPathException("[?(@ == 1' )]"); |
|
|
|
|
|
|
|
assertInvalidPathException("[?(@.foo bar == 1)]"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|