features/text_formatting.feature in asciidoctor-1.5.2 vs features/text_formatting.feature in asciidoctor-1.5.3
- old
+ new
@@ -42,9 +42,11 @@
Scenario: Convert text that has ex-inline monospaced formatting
Given the AsciiDoc source
"""
+ :encoding: UTF-8
+
The document is assumed to be encoded as [x-]+{encoding}+.
"""
When it is converted to html
Then the result should match the HTML source
"""