diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-20 20:21:02 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-20 20:21:02 -0400 |
| commit | 3248f1d20b3091763df868fc91a22cec9f09fb68 (patch) | |
| tree | 2afc77181c4c2ce29df4509839e35d496f937194 /test | |
| parent | afdcb735520ed114214f814dc333214ef660a0b0 (diff) | |
Fix handling of export statement at the start of the program
Diffstat (limited to 'test')
| -rw-r--r-- | test/cases/namespace.bqn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cases/namespace.bqn b/test/cases/namespace.bqn index a46b373b..44c5f97a 100644 --- a/test/cases/namespace.bqn +++ b/test/cases/namespace.bqn @@ -4,6 +4,7 @@ 1 % ⟨⟩←{⇐}⋄1 1 % ⟨⟩←{⇐⋄-}⋄1 3 % ⟨a⟩←{a⇐3⋄⇐}⋄a +1 % (•BQN"a⇐,a←1").a ! % a←{a⇐} 6 % r‿q←{q‿r⇐⋄q←1+r←2}⋄r×q 4 % c←0⋄⟨a,b⟩←{b⇐1⋄a⇐2}⋄⟨b,c⟩↩{a‿b‿c⇐3+↕3}⋄b |
