| Index: lib/src/prism/tests/languages/gherkin/comment_feature.test
|
| diff --git a/lib/src/prism/tests/languages/gherkin/comment_feature.test b/lib/src/prism/tests/languages/gherkin/comment_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ce88cc95a174176abcda01321a0cebed0ee9a677
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/gherkin/comment_feature.test
|
| @@ -0,0 +1,15 @@
|
| +#
|
| +# foo bar
|
| + # foobar
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["comment", "#"],
|
| + ["comment", "# foo bar"],
|
| + ["comment", "# foobar"]
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for comments.
|
|
|