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

21 lines
299 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
#foo
#Foo42
#-
#+
#**
#(
----------------------------------------------------
[
["symbol", "#foo"],
["symbol", "#Foo42"],
["symbol", "#-"],
["symbol", "#+"],
["symbol", "#**"],
["symbol", "#"], ["punctuation", "("]
]
----------------------------------------------------
Checks for symbols.