Skip to content

Commit

Permalink
no boundry
Browse files Browse the repository at this point in the history
  • Loading branch information
panoply committed Jul 25, 2023
1 parent fa43a56 commit 79156c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/parse/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const CaseControlNames = /case|when/;
/**
* Operators, eg: `([!=]=|[<>]=?|(?:and|or|contains|in|with)\b)`
*/
export const Operators = /([!=]=|[<>]=?|(?:and|or|contains)\b)/;
export const Operators = /([!=]=|[<>]=?|(?:and|or|contains))/;

/**
* Empty Output, eg: `/{{-?\s*-?}}/`
Expand Down

0 comments on commit 79156c1

Please sign in to comment.