fix (and) and (or) for c# and c++

This commit is contained in:
2022-03-28 18:53:48 -06:00
parent 01990de701
commit 8cbffeb1c5
2 changed files with 36 additions and 54 deletions

View File

@@ -80,7 +80,11 @@
])))
(function _testTruthy []
// Expressions that have failed in the past:
(Assert.isTrue ?(or false (and 642565506 905012177) "vaxricnakvc" [431724544 383128908 868813810] 169132392 "" ["ftmlkbdx" "vdaziji" "zm"]))
// 10 new expressions:
(macroRepeat (Assert.isTrue ?(randomTruthyExp)) 10))
(function _testFalsy []
// 10 new expressions:
(macroRepeat (Assert.isFalse ?(randomFalsyExp)) 10))