Skip to content

Commit

Permalink
Update APL minified file + update test for iota underbar function
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Sep 23, 2016
1 parent d9f8ae4 commit ac21d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/prism-apl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/languages/apl/function_feature.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- + × ÷
⌈ ⌊ ∣ |
⍳ ? *
? *
⍟ ○ ! ⌹
< ≤ = >
≥ ≠ ≡ ≢
Expand All @@ -20,7 +20,7 @@
[
["function", "-"], ["function", "+"], ["function", "×"], ["function", "÷"],
["function", "⌈"], ["function", "⌊"], ["function", "∣"], ["function", "|"],
["function", "⍳"], ["function", "?"], ["function", "*"],
["function", "⍳"], ["function", "⍸"], ["function", "?"], ["function", "*"],
["function", "⍟"], ["function", "○"], ["function", "!"], ["function", "⌹"],
["function", "<"], ["function", "≤"], ["function", "="], ["function", ">"],
["function", "≥"], ["function", "≠"], ["function", "≡"], ["function", "≢"],
Expand Down

0 comments on commit ac21d33

Please sign in to comment.