You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/parsing
Adrian Likins 2b0a7338d4 Handle win style CRLF newlines in vault text (#27590)
When parsing a vaulttext blob, use .splitlines()
instead of split(b'\n') to handle \n newlines and
windows style \r\n (CRLF) new lines.

The vaulttext enevelope at this point is just the header line
and a hexlify()'ed blob, so CRLF is a valid newline here.

Fixes #22914
7 years ago
..
utils test/: PEP8 compliancy (#24803) 8 years ago
vault Handle win style CRLF newlines in vault text (#27590) 7 years ago
yaml Support multiple vault passwords (#22756) 7 years ago
__init__.py
test_dataloader.py Support multiple vault passwords (#22756) 7 years ago
test_metadata.py metadata and doc generator optimization and fixes 7 years ago
test_mod_args.py test/: PEP8 compliancy (#24803) 8 years ago
test_splitter.py Switch tests to pytest and ansible-test. 8 years ago
test_unquote.py Switch tests to pytest and ansible-test. 8 years ago