rclanget / 42sh

1 stars 0 forks source link

42sh/quoting/simple-quotes/004-multiline-1 #62

Closed Wolfthuk closed 7 years ago

Wolfthuk commented 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

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

ulefebvr commented 7 years ago

La gestion des fermeture des quoting n'etait pas presente lorsque !isatty(0)