jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/smalltalk/block-arguments_feature.test

26 lines
421 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
[ :i |
]
[ :a :b |
]
----------------------------------------------------
[
["punctuation", "["],
["block-arguments", [
["variable", ":i"],
["punctuation", "|"]
]],
["punctuation", "]"],
["punctuation", "["],
["block-arguments", [
["variable", ":a"],
["variable", ":b"],
["punctuation", "|"]
]],
["punctuation", "]"]
]
----------------------------------------------------
Checks for block arguments.