Files
yamllint/tests
Adrien Vergé 2d8639c3a1 quoted-strings: Fix broken rule for list items
The rule worked for values like:

    flow-map: {a: foo, b: "bar"}
    block-map:
      a: foo
      b: "bar"

But not for:

    flow-seq: [foo, "bar"]
    block-seq:
      - foo
      - "bar"

Also add tests to make sure there will be no regression.

Fixes: #208.
2020-04-13 14:15:29 +02:00
..
2018-11-26 19:09:47 +01:00
2020-02-13 12:02:45 +01:00
2019-08-26 10:01:40 +02:00
2018-11-26 19:09:47 +01:00
2018-11-26 19:09:47 +01:00