| Index: lib/src/prism/tests/languages/coffeescript/property_feature.test
|
| diff --git a/lib/src/prism/tests/languages/coffeescript/property_feature.test b/lib/src/prism/tests/languages/coffeescript/property_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0f256798760bf38331f82bb4c9aa7bfaa70b3f18
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/coffeescript/property_feature.test
|
| @@ -0,0 +1,15 @@
|
| +foo:
|
| +foo_bar :
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["property", "foo"],
|
| + ["punctuation", ":"],
|
| + ["property", "foo_bar"],
|
| + ["punctuation", ":"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for object properties.
|
|
|