work around GenerativeTestCase failure on C#
This commit is contained in:
@@ -30,7 +30,8 @@
|
|||||||
((chooseRandom
|
((chooseRandom
|
||||||
(concat
|
(concat
|
||||||
[
|
[
|
||||||
->{`null}
|
// null in conditionals is problematic in C#
|
||||||
|
(#if !cs ->{`null} ->{`false})
|
||||||
->{`false}
|
->{`false}
|
||||||
->{`""}
|
->{`""}
|
||||||
->{`[]}
|
->{`[]}
|
||||||
|
@@ -119,4 +119,4 @@
|
|||||||
// If for whatever reason, you wanted to make a function called and
|
// If for whatever reason, you wanted to make a function called and
|
||||||
(undefMacro and)
|
(undefMacro and)
|
||||||
(function and [a b] (+ a b))
|
(function and [a b] (+ a b))
|
||||||
(function andValue [] (and 5 6))
|
(function andValue [] (and 5 6))
|
Reference in New Issue
Block a user