We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6648085 + 6d518b7 commit 7138576Copy full SHA for 7138576
specs/interpolation.yml
@@ -41,6 +41,12 @@ tests:
41
expected: |
42
Hello, world!
43
44
+ - name: No Re-interpolation
45
+ desc: Interpolated tag output should not be re-interpolated.
46
+ data: { template: '{{planet}}', planet: 'Earth' }
47
+ template: '{{template}}: {{planet}}'
48
+ expected: '{{planet}}: Earth'
49
+
50
- name: HTML Escaping
51
desc: Basic interpolation should be HTML escaped.
52
data: { forbidden: '& " < >' }
0 commit comments