Test with printf instead

This commit is contained in:
Raúl Marín 2021-07-29 19:22:57 +02:00
parent 89a26f6d84
commit 8f8df8bf7b

View File

@ -123,7 +123,7 @@
<source> <source>
<executable> <executable>
<command>echo -e "1\tValue"</command> <command>printf "1\tValue\n"</command>
<format>TabSeparated</format> <format>TabSeparated</format>
<implicit_key>false</implicit_key> <implicit_key>false</implicit_key>
</executable> </executable>
@ -197,7 +197,7 @@
<source> <source>
<executable> <executable>
<command>echo -e "1\tFirstKey\tValue"</command> <command>printf "1\tFirstKey\tValue\n"</command>
<format>TabSeparated</format> <format>TabSeparated</format>
<implicit_key>false</implicit_key> <implicit_key>false</implicit_key>
</executable> </executable>