mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
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"):
|
||||
# br.replace_with("\n")
|
||||
# text = text.replace('\u2193', '') # downwards arrow
|
||||
# text = text.replace('\u21d3', '') # double downwards arrow
|
||||
# text = text.replace('\u00b7', ' ') # visible space
|
||||
# text = text.replace('\u21d4', '') # byte order mark
|
||||
# text = text.replace('\u2192', '\t') # right arrow
|
||||
|
@@ -2,7 +2,7 @@
|
||||
# Comments:
|
||||
strip: |-
|
||||
# text
|
||||
⇓
|
||||
|
||||
# Clip
|
||||
# comments:
|
||||
|
||||
|
Reference in New Issue
Block a user