You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yamllint/tests
Adrien Vergé 847f7e3fff Rules: comments: Fix bug when multi-line scalar
YAML content like the following one produced an error, because the
ScalarToken associated whose value is "this is plain text" ends at the
beginning of the 5th line (the one with the comment):

    ---
    string: >
      this is plain text

    # comment
9 years ago
..
rules Rules: comments: Fix bug when multi-line scalar 9 years ago
__init__.py Initial commit 9 years ago
test_config.py Config: Allow overriding only one option when extending 9 years ago
test_parser.py Tests: Remove assertIsInstance to support Python 2.6 9 years ago