mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
@@ -165,6 +165,8 @@ class TestUtils(unittest.TestCase):
|
||||
def test_parse_kv_basic(self):
|
||||
self.assertEqual(ansible.utils.parse_kv('a=simple b="with space" c="this=that"'),
|
||||
{'a': 'simple', 'b': 'with space', 'c': 'this=that'})
|
||||
self.assertEqual(ansible.utils.parse_kv('msg=АБВГД'),
|
||||
{'msg': 'АБВГД'})
|
||||
|
||||
|
||||
def test_jsonify(self):
|
||||
|
||||
Reference in New Issue
Block a user