replace regex based directive scanner
This commit is contained in:
3
testdata/and_or_in_file/test.txt
vendored
Normal file
3
testdata/and_or_in_file/test.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<@if(and(context.enabled,eq(context.kind,"web")))>and<@else>not-and<@endif>
|
||||
<@if(or(context.enabled,neq(context.kind,"web")))>or<@else>not-or<@endif>
|
||||
<@if(and(or(context.enabled,context.fallback),neq(context.kind,"native")))>nested<@else>not-nested<@endif>
|
||||
Reference in New Issue
Block a user