truthy: Add missing test removed from PR

See https://github.com/adrienverge/yamllint/pull/247#discussion_r405421376.
pull/240/head^2
Adrien Vergé 5 years ago
parent 6ce11dedb4
commit 46ed0c02be

@ -138,5 +138,9 @@ class TruthyTestCase(RuleTestCase):
'on: 0\n' 'on: 0\n'
'OFF: 0\n' 'OFF: 0\n'
'Off: 0\n' 'Off: 0\n'
'off: 0\n', 'off: 0\n'
'YES:\n'
' Yes:\n'
' yes:\n'
' on: 0\n',
conf) conf)

Loading…
Cancel
Save