jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/smalltalk/block-arguments_feature.test
2016-02-02 21:12:02 -05:00

26 lines
421 B
Plaintext

[ :i |
]
[ :a :b |
]
----------------------------------------------------
[
["punctuation", "["],
["block-arguments", [
["variable", ":i"],
["punctuation", "|"]
]],
["punctuation", "]"],
["punctuation", "["],
["block-arguments", [
["variable", ":a"],
["variable", ":b"],
["punctuation", "|"]
]],
["punctuation", "]"]
]
----------------------------------------------------
Checks for block arguments.