Additional test case

This commit is contained in:
Sergey
2017-04-26 15:39:42 -07:00
parent 0386d712b3
commit 74199a0d9b

View File

@ -567,6 +567,7 @@ NOT method evaluates to safe boolean
<apex:page>
<script>
if({!NOT(yes)}) { maskFormEls(); }
if({!NOT foo(yes)}) { maskFormEls(); }
</script>
</apex:page>
]]></code>