We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d84b9 commit 1e5a357Copy full SHA for 1e5a357
tests/rules/test_indentation.py
@@ -192,7 +192,7 @@ def test_non_indented_sequences(self):
192
'BMapStart B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2\n'
193
' Key B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2\n'
194
' Scalar B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2\n'
195
- ' Value B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2 VAL:4\n'
+ ' Value B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2 KEY:2 VAL:4\n' # noqa: E501
196
' Scalar B_MAP:0 KEY:0 VAL:2 B_SEQ:0 B_ENT:2 B_MAP:2\n'
197
' BEnd B_MAP:0\n'
198
# missing BEnd here
tests/test_spec_examples.py
@@ -42,6 +42,7 @@
42
# encoding='utf-8') as g:
43
# g.write(text)
44
45
+
46
class SpecificationTestCase(RuleTestCase):
47
rule_id = None
48
0 commit comments