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é 96465008ab Rules: Fix `spaces_before` when prev is multi-line scalar
YAML content like the following one produced an error, because the
multi-line ScalarToken ends at the beginning of the 4th line (the one
with the value):

    ? >
        multi-line
        key
    : value
9 years ago
..
rules Rules: Fix `spaces_before` when prev is 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