Skip to content

Commit

Permalink
fix some unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 7, 2024
1 parent a7ff47e commit 18a7cd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/under.ua
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
⍤⟜≍: [1 5 2 3] ⍜⊏(⊂5) 1 [1 2 3]
⍤⟜≍: [1 10 2 3 10 4 5] ⍜⊏≡(⊂10) 1_3 [1 2 3 4 5]

⍤⟜≍: {⊃⊛◴}⟜{°⊏} "Hello"
⍤⟜≍: {⇡⧻.}⟜{°⊏} "Hello"
⍤⟜≍: ⟜⍜°⊏⊙∘ "Hello"
⍤⟜≍: ⟜⍜⊃⊛◴⊙∘ "Hello"
⍤⟜≍: "Heelo" ⍜°⊏∩⇌ "Hello"
⍤⟜≍: "olleH" ⍜°⊏⇌ "Hello"
⍤⟜≍: ⟜⍜°⊏∩⇌ "Hello"

# Pick
⍤⟜≍: [1 2 30 4 5] ⍜(⊡2|×10) +1⇡5
Expand Down

0 comments on commit 18a7cd2

Please sign in to comment.