Skip to content

Commit d5049a5

Browse files
committed
Add spec for changing delimiters (issue janl#77)
1 parent fd0f5cf commit d5049a5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

spec/_files/changing_delimiters.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
var changing_delimiters = {
2+
"foo": "foooooooooooooo",
3+
"bar":"<b>bar!</b>"
4+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{=<% %>=}}<% foo %> {{foo}} <%{bar}%> {{{bar}}}

spec/_files/changing_delimiters.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foooooooooooooo {{foo}} <b>bar!</b> {{{bar}}}

0 commit comments

Comments
 (0)