diff --git a/tests/generators/logic.xml b/tests/generators/logic.xml index 88fc7611d..9737fb812 100644 --- a/tests/generators/logic.xml +++ b/tests/generators/logic.xml @@ -1,5 +1,5 @@ - + TRUE @@ -65,16 +65,21 @@ - + - + - + - + + + + + + @@ -94,7 +99,7 @@ - + test if Describe this function... @@ -326,7 +331,109 @@ - + + test ifelse + Describe this function... + + + ok + + + FALSE + + + + + + + TRUE + + + + + ok + + + TRUE + + + + + + + ifelse true + + + + + TRUE + + + ifelse true + + + + + ok + + + + + ok + + + FALSE + + + + + + + FALSE + + + + + ifelse false + + + + + ok + + + TRUE + + + + + + + TRUE + + + ifelse false + + + + + ok + + + + + + + + + + + + + + + + test equalities Describe this function... @@ -630,110 +737,6 @@ - - test or - Describe this function... - - - TRUE - - - Or true/true - - - - - OR - - - TRUE - - - - - TRUE - - - - - - - TRUE - - - Or false/true - - - - - OR - - - FALSE - - - - - TRUE - - - - - - - TRUE - - - Or true/false - - - - - OR - - - TRUE - - - - - FALSE - - - - - - - FALSE - - - Or false/false - - - - - OR - - - FALSE - - - - - FALSE - - - - - - - - - - - - - test and Describe this function... @@ -838,7 +841,111 @@ - + + test or + Describe this function... + + + TRUE + + + Or true/true + + + + + OR + + + TRUE + + + + + TRUE + + + + + + + TRUE + + + Or false/true + + + + + OR + + + FALSE + + + + + TRUE + + + + + + + TRUE + + + Or true/false + + + + + OR + + + TRUE + + + + + FALSE + + + + + + + FALSE + + + Or false/false + + + + + OR + + + FALSE + + + + + FALSE + + + + + + + + + + + + + + test ternary Describe this function...