CS-Notes/docs/_style/prism-master/tests/languages/ruby/issue1336.test

15 lines
312 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
:Foo
Foo::Bar
----------------------------------------------------
[
["symbol", ":Foo"],
["constant", "Foo"],
["punctuation", ":"], ["punctuation", ":"],
["constant", "Bar"]
]
----------------------------------------------------
Ensures module syntax is not confused with symbols. See #1336