We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test.skip( 'does not include highlights from non-matching branches', testQuery, 'name:foo AND NOT name:foo', { name: 'foo', }, [], );
liqe/test/liqe/highlight.ts
Lines 233 to 241 in 62bf2c0
This test should produce empty result. However, it instead produces name:foo match.
name:foo
We need to exclude highlights from the entire group if the group is rejected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
liqe/test/liqe/highlight.ts
Lines 233 to 241 in 62bf2c0
This test should produce empty result. However, it instead produces
name:foo
match.We need to exclude highlights from the entire group if the group is rejected.
The text was updated successfully, but these errors were encountered: