Files
CS-Notes/docs/_style/prism-master/tests/languages/coffeescript/property_feature.test

15 lines
265 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
foo:
foo_bar :
----------------------------------------------------
[
["property", "foo"],
["punctuation", ":"],
["property", "foo_bar"],
["punctuation", ":"]
]
----------------------------------------------------
Checks for object properties.