fixed questionmark

This commit is contained in:
Patrick Neumann 2019-02-12 14:02:24 +01:00
parent 9d14d36e05
commit d922e3d879

View File

@ -33,7 +33,7 @@ echo "fwpn:blank as separator:meyer" > "blank as separator.txt"
echo "fwpn:newline as separator:mayer" > "newline_as
separator.txt"
echo "fwpn:tabulator as separator:mayr" > tabulator_as$'\t'separator.txt
echo "fwpn:with questionmark:meier" > with_?.txt
echo "fwpn:with questionmark:meier" > "with_?.txt"
echo "fwpn:colon:meyer" > with_:.txt
exit 0