-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove negated function calling from CSP build
To keep feature parity with the Alpine standard build, we remove function evaluation of negated function calls (`x-show=!foo`) where foo is a function. Also adjust the test so it checks for proper trimming and modify the trimming of the expression to be evaluated to allow for whitespace between the negation operatior and the expression: `x-show="! foo`.
- Loading branch information
1 parent
33522ab
commit c289708
Showing
2 changed files
with
4 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters