1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/template/files
Julien Champseix 19dc267e4c Allow specifying the output encoding in the template module (#42171)
Allow specifying the source and destination files' encodings in the template module

* Added output_encoding to the template module, default to utf-8
* Added documentation for the new variables
* Leveraged the encoding argument on to_text() and to_bytes() to keep the implementation as simple as possible
* Added integration tests with files in utf-8 and windows-1252 encodings, testing all combinations
* fix bad smell test by excluding windows-1252 files from the utf8 checks
* fix bad smell test by excluding valid files from the smart quote test
2018-07-25 13:10:40 -07:00
..
encoding_1252_utf-8.expected Allow specifying the output encoding in the template module (#42171) 2018-07-25 13:10:40 -07:00
encoding_1252_windows-1252.expected Allow specifying the output encoding in the template module (#42171) 2018-07-25 13:10:40 -07:00
foo-py26.txt
foo.dos.txt
foo.txt
foo.unix.txt
import_as.expected template: fix KeyError: 'undefined variable: 0 (#27972) 2017-08-09 18:50:53 -04:00
import_as_with_context.expected template: fix KeyError: 'undefined variable: 0 (#27972) 2017-08-09 18:50:53 -04:00
import_with_context.expected template: fix KeyError: 'undefined variable: 0 (#27972) 2017-08-09 18:50:53 -04:00
lstrip_blocks_false.expected template: Add option to lstrip_blocks' and fix settingtrim_blocks` inline (#37478) 2018-03-23 12:05:21 -04:00
lstrip_blocks_true.expected template: Add option to lstrip_blocks' and fix settingtrim_blocks` inline (#37478) 2018-03-23 12:05:21 -04:00
trim_blocks_false.expected template: Add option to lstrip_blocks' and fix settingtrim_blocks` inline (#37478) 2018-03-23 12:05:21 -04:00
trim_blocks_true.expected template: Add option to lstrip_blocks' and fix settingtrim_blocks` inline (#37478) 2018-03-23 12:05:21 -04:00