features/ignoring.feature in typogruby-1.0.11 vs features/ignoring.feature in typogruby-1.0.12
- old
+ new
@@ -10,10 +10,10 @@
<script>
document.write("<p>Foo BAR!</p>");
</script>
<p>"This IS a simple file!</p>
"""
- When I run "typogruby input.html"
+ When I run `typogruby input.html`
Then the output should contain exactly:
"""
<script>
document.write("<p>Foo BAR!</p>");
</script>