| Index: lib/src/prism/tests/languages/smarty/smarty-comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/smarty/smarty-comment_feature.test b/lib/src/prism/tests/languages/smarty/smarty-comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..78ccf6b2836259cc9f102532fa643dd426d9029d
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/smarty/smarty-comment_feature.test
|
| @@ -0,0 +1,14 @@
|
| +{**}
|
| +{* foo
|
| +bar *}
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["smarty-comment", "{**}"],
|
| + ["smarty-comment", "{* foo\r\nbar *}"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for comments.
|
|
|