Closed Wolfthuk closed 7 years ago
42sh/quoting/simple-quotes/004-multiline-1 (FAILED)
Description: The purpose of this test is to check that closing double quote may be done on a different line.
STDIN: 01: ./write_on_stdout ' 02: TOKEN201612111732_FIRST 03: TOKEN201612111732_SECOND 04: TOKEN201612111732_THIRD 05: '
STDOUT: FAILURE expected_to match_regex ^TOKEN201612111732_FIRST$ FAILURE expected_to match_regex ^TOKEN201612111732_SECOND$ FAILURE expected_to match_regex ^TOKEN201612111732_THIRD$ 01: write on stdout
^TOKEN201612111732_FIRST$
^TOKEN201612111732_SECOND$
^TOKEN201612111732_THIRD$
STDERR: FAILURE expected_to be_empty 01: 42sh: TOKEN201612111732_FIRST: command not found 02: 42sh: TOKEN201612111732_SECOND: command not found 03: 42sh: TOKEN201612111732_THIRD: command not found
La gestion des fermeture des quoting n'etait pas presente lorsque !isatty(0)
42sh/quoting/simple-quotes/004-multiline-1 (FAILED)
Description: The purpose of this test is to check that closing double quote may be done on a different line.
STDIN: 01: ./write_on_stdout ' 02: TOKEN201612111732_FIRST 03: TOKEN201612111732_SECOND 04: TOKEN201612111732_THIRD 05: '
STDOUT: FAILURE expected_to match_regex
^TOKEN201612111732_FIRST$
FAILURE expected_to match_regex^TOKEN201612111732_SECOND$
FAILURE expected_to match_regex^TOKEN201612111732_THIRD$
01: write on stdoutSTDERR: FAILURE expected_to be_empty 01: 42sh: TOKEN201612111732_FIRST: command not found 02: 42sh: TOKEN201612111732_SECOND: command not found 03: 42sh: TOKEN201612111732_THIRD: command not found