rclanget / 42sh

1 stars 0 forks source link

42sh/quoting/mixed/002-multiline #60

Closed Wolfthuk closed 7 years ago

Wolfthuk commented 7 years ago

42sh/quoting/mixed/002-multiline (FAILED)

Description: The purpose of this test is to check that the symbols simple quote ' and double quote " may work together in harmony in multiline mode.

STDIN: 01: ./write_on_stdout_and_stderr ' 02: 'TOKEN201612111732"_FIR'ST 03: TOKEN201612111732_SECOND" 'TOKEN201612111732_TH"IRD 04: TOKEN201612111732_FOU'RT"H 05: "

STDOUT: FAILURE expected_to match_regex ^TOKEN201612111732_FIR'ST$ FAILURE expected_to match_regex ^TOKEN201612111732_SECOND$ 01: write on stdout 02: usage: lorder file ...

STDERR: FAILURE expected_to match_regex ^TOKEN201612111732_TH"IRD$ FAILURE expected_to match_regex ^TOKEN201612111732_FOURTH$ 01: write on stderr 02: 42sh: TOKEN201612111732_SECOND 'TOKEN201612111732_THIRD: command not found 03: 42sh: TOKEN201612111732_FOURT"H: command not found

ulefebvr commented 7 years ago

Resolu