mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
added not() expression
This commit is contained in:
@@ -46,7 +46,7 @@ describe("Parser", () => {
|
||||
it("simple label AND", () => {
|
||||
const rootExp = parser({
|
||||
fulltextTokens: [],
|
||||
expressionTokens: ["#first", "=", "text", "AND", "#second", "=", "text"],
|
||||
expressionTokens: ["#first", "=", "text", "and", "#second", "=", "text"],
|
||||
parsingContext: new ParsingContext(true)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user