Tests: Remove ghost character from YAML spec example
This commit is contained in:
@@ -35,6 +35,7 @@ from tests.common import RuleTestCase
|
|||||||
# for br in span.find_all("br"):
|
# for br in span.find_all("br"):
|
||||||
# br.replace_with("\n")
|
# br.replace_with("\n")
|
||||||
# text = text.replace('\u2193', '') # downwards arrow
|
# text = text.replace('\u2193', '') # downwards arrow
|
||||||
|
# text = text.replace('\u21d3', '') # double downwards arrow
|
||||||
# text = text.replace('\u00b7', ' ') # visible space
|
# text = text.replace('\u00b7', ' ') # visible space
|
||||||
# text = text.replace('\u21d4', '') # byte order mark
|
# text = text.replace('\u21d4', '') # byte order mark
|
||||||
# text = text.replace('\u2192', '\t') # right arrow
|
# text = text.replace('\u2192', '\t') # right arrow
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Comments:
|
# Comments:
|
||||||
strip: |-
|
strip: |-
|
||||||
# text
|
# text
|
||||||
⇓
|
|
||||||
# Clip
|
# Clip
|
||||||
# comments:
|
# comments:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user