Sign in
◑
Theme
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/master
/
.
/
src
/
test
/
resources
/
scripts
/
if_else5.av
blob: 0cf37c1f890c63b1195c4fd1b8ffd4ee01254aa9 [
file
]
if
(
3
>
1
?
true
:
false
)
{
j
.
assertTrue
(
true
);
1
}
else
{
j
.
fail
();
2
}
5