truthy: Add missing test removed from PR

See https://github.com/adrienverge/yamllint/pull/247#discussion_r405421376.
This commit is contained in:
Adrien Vergé 2020-04-08 12:31:12 +02:00
parent 6ce11dedb4
commit 46ed0c02be

View File

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