jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/brainfuck/all_feature.test

19 lines
362 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
++ foobar
[
>.
<-,
]
----------------------------------------------------
[
["increment", "+"], ["increment", "+"], ["comment", "foobar"],
["branching", "["],
["pointer", ">"], ["operator", "."],
["pointer", "<"], ["decrement", "-"], ["operator", ","],
["branching", "]"]
]
----------------------------------------------------
Checks for all patterns.