ansible-collections.communi.../tests/unit
Akim Lindberg 5042905471
fix(api): fixed a bug when splitting the argument string (#45)
* fix(api): fixed a bug when splitting the argument string

* fix(api): added the shlex module for splitting

* fix(api): added the shlex module for splitting

* fix(api): moved shlex.split to self method split_params

* Fix indentation.

* Implement custom splitting algorithm.

* Raise AssertionError in case of internal error.

* Update plugins/modules/api.py

this is correct thanks !

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Nikolay Dachev <nikolay@dachev.info>
2021-09-29 15:02:28 +02:00
..
compat Initial cleanup. 2020-10-26 15:18:40 +01:00
plugins/modules fix(api): fixed a bug when splitting the argument string (#45) 2021-09-29 15:02:28 +02:00
requirements.txt Initial cleanup. 2020-10-26 15:18:40 +01:00