Closed Wolfthuk closed 7 years ago
42sh/quoting/mixed/001-simple-and-double-quotes (FAILED)
Description: The purpose of this test is to check that the symbols simple quote ' and double quote " may work together in harmony.
'
"
STDIN: 01: ./write_on_stdout_and_stderr "ABCD'EFG"HI'J"KL"'MNO'P"' Q"RS'T'U''"VW'X"Y'Z
STDOUT: FAILURE expected_to match_regex ABCD'EFGHIJ"KL"MNOP 01: write on stdout
ABCD'EFGHIJ"KL"MNOP
STDERR: FAILURE expected_to match_regex QRS'T'U''VWX"YZ 01: write on stderr
QRS'T'U''VWX"YZ
Resolu
42sh/quoting/mixed/001-simple-and-double-quotes (FAILED)
Description: The purpose of this test is to check that the symbols simple quote
'
and double quote"
may work together in harmony.STDIN: 01: ./write_on_stdout_and_stderr "ABCD'EFG"HI'J"KL"'MNO'P"' Q"RS'T'U''"VW'X"Y'Z
STDOUT: FAILURE expected_to match_regex
ABCD'EFGHIJ"KL"MNOP
01: write on stdoutSTDERR: FAILURE expected_to match_regex
QRS'T'U''VWX"YZ
01: write on stderr