rclanget / 42sh

1 stars 0 forks source link

42sh/quoting/mixed/001-simple-and-double-quotes #59

Closed Wolfthuk closed 7 years ago

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

STDERR: FAILURE expected_to match_regex QRS'T'U''VWX"YZ 01: write on stderr

ulefebvr commented 7 years ago

Resolu