Skip to content

[AdvancedQueryParser] Fix empty quoted string parsing, fix test

Stefan Brüns requested to merge work/bruns/cleanup_extend_tests into master

The lexer needs to push an empty token when it encounters an empty quoted string, otherwise the parser will consume the next token instead.

The "closing parentheses" test case should not duplicate the "opening parentheses" test case.

Merge request reports