Results containing tab (\t) or newline (\n) characters are sometimes not formatted properly, causing tests to fail. The following tests are examples:
Incorrect tab formatting example:
shell-session not-tested="formatting-issue-generating-tab"
$ ls
default.nix hello.nix result
Incorrect newline formatting example:
shell-session not-tested="formatting-issue-generating-newline"
$ ls -R ./result
./result:
bin system
./result/bin:
run-nixos-vm
Results containing tab (
\t) or newline (\n) characters are sometimes not formatted properly, causing tests to fail. The following tests are examples:Incorrect tab formatting example:
Incorrect newline formatting example: