aboutsummaryrefslogtreecommitdiff
path: root/test/cases
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-02 18:04:27 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-02 18:04:27 -0400
commit97313f8ba251f45f44b7225eb764f97725e5344d (patch)
tree1c9d8a5f457341f33197c453954a941dcca867fe /test/cases
parent1e4df68fc965db0c9505e8020eb0195e9e7a1add (diff)
Check that predicate expression isn't Nothing
Diffstat (limited to 'test/cases')
-rw-r--r--test/cases/header.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/header.bqn b/test/cases/header.bqn
index 8d6f1413..ac635a51 100644
--- a/test/cases/header.bqn
+++ b/test/cases/header.bqn
@@ -128,7 +128,7 @@
! % {x←4⋄x=x?;4}
! % {(𝕩?2)+1;3}1
! % {𝕊:⟨1,𝕩?2,3⟩;𝕩}1
-! % {·?2;3} # TODO detect in compiler
+! % {·?2;3}
2 % {a←2⋄4=טa,?a;6}
2 % a←2⋄{a>1?a<1?-a;a}
1 % -´{𝕩≤2?3×𝕩;𝕩}¨2‿5