Update tests/test_syntax_errors.py

Co-authored-by: Adrien Vergé <adrienverge@gmail.com>
pull/262/head
Sorin Sbarnea 3 years ago committed by GitHub
parent 6f7ae97382
commit e069caddfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,8 @@ class YamlLintTestCase(RuleTestCase):
'...\n', None)
def test_invalid_char_last(self):
self.check('---\nkey: value\t\n',
self.check('---\n'
'key: value\t\n',
None, problem=(2, 11))
def test_invalid_char_first(self):

Loading…
Cancel
Save