summaryrefslogtreecommitdiff
path: root/specs/comments.json
diff options
context:
space:
mode:
Diffstat (limited to 'specs/comments.json')
-rw-r--r--specs/comments.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/specs/comments.json b/specs/comments.json
index 60a4929..924ed46 100644
--- a/specs/comments.json
+++ b/specs/comments.json
@@ -89,6 +89,18 @@
},
"template": "12345 {{! Comment Block! }} 67890",
"expected": "12345 67890"
+ },
+ {
+ "name": "Variable Name Collision",
+ "desc": "Comments must never render, even if variable with same name exists.",
+ "data": {
+ "! comment": 1,
+ "! comment ": 2,
+ "!comment": 3,
+ "comment": 4
+ },
+ "template": "comments never show: >{{! comment }}<",
+ "expected": "comments never show: ><"
}
]
}