rclanget / 42sh

1 stars 0 forks source link

42sh/quoting/double-quotes/005-multiline-2 #55

Closed Wolfthuk closed 7 years ago

Wolfthuk commented 7 years ago

42sh/quoting/double-quotes/005-multiline-2 (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_and_stderr " 02: "TOKEN201612111732"_FIRST 03: TOKEN201612111732_SECOND" "TOKEN201612111732_THIRD 04: TOKEN201612111732_FOU"RT"H 05: "

STDOUT: FAILURE expected_to match_regex ^TOKEN201612111732_FIRST$ FAILURE expected_to match_regex ^TOKEN201612111732_SECOND$ 01: write on stdout

STDERR: FAILURE expected_to match_regex ^TOKEN201612111732_THIRD$ FAILURE expected_to match_regex ^TOKEN201612111732_FOURTH$ 01: write on stderr 02: 42sh: TOKEN201612111732_FIRST: command not found 03: 42sh: TOKEN201612111732_SECOND TOKEN201612111732_THIRD: command not found 04: 42sh: TOKEN201612111732_FOURTH: command not found