jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/apl/dfn_feature.test

23 lines
420 B
Text
Raw Normal View History

2016-02-03 18:00:01 -05:00
{0=:'hello' ⋄ ∇¨⍵}
----------------------------------------------------
[
["dfn", "{"],
["number", "0"],
["function", "="],
["function", ""],
["function", ""],
["dfn", ""],
["dfn", ":"],
["string", "'hello'"],
["punctuation", "⋄"],
["dfn", "∇"],
["monadic-operator", "¨"],
["dfn", "⍵"],
["dfn", "}"]
]
----------------------------------------------------
Checks for Dfns.