Make a test pass (stuff converted from e.g. an integer to a string-ish

thing is unicode now, not string).
parent b5c4e6f0
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<p>[foo](bar/{})</p> <p>[foo](bar/{})</p>
<a href="foo" alt="[default](alttext/{})">link</a> <a href="foo" alt="[default](alttext/{})">link</a>
<p>[dom](${name} was born in ${country}./{'country':'Antarctica','name':'Lomax'})</p> <p>[dom](${name} was born in ${country}./{'country':'Antarctica','name':'Lomax'})</p>
<p>[default](hmm/{'age':'25'})</p> <p>[default](hmm/{'age':u'25'})</p>
</head> </head>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment