summaryrefslogtreecommitdiff
path: root/specs/comments.yml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/comments.yml')
-rw-r--r--specs/comments.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/specs/comments.yml b/specs/comments.yml
index 9656a07..c019666 100644
--- a/specs/comments.yml
+++ b/specs/comments.yml
@@ -46,6 +46,12 @@ tests:
Begin.
End.
+ - name: Standalone Line Endings
+ desc: '"\r\n" should be considered a newline for standalone tags.'
+ data: { }
+ template: "|\r\n{{! Standalone Comment }}\r\n|"
+ expected: "|\r\n|"
+
- name: Multiline Standalone
desc: All standalone comment lines should be removed.
data: { }