Closed Wolfthuk closed 7 years ago
42sh/quoting/double-quotes/mixed/variable-expansion/001-expansion-enabled (FAILED)
Description: The purpose of this test is to check that variable expansion is processed within double quotes.
Before test: 01: export "TOKEN=TOKEN201612111732"
STDIN: 01: ./write_on_stdout "$TOKEN"
STDOUT: FAILURE expected_to match_regex TOKEN201612111732 01: write on stdout
TOKEN201612111732
STDERR: SUCCESS expected_to be_empty (no output)
Résolu, voir #61
42sh/quoting/double-quotes/mixed/variable-expansion/001-expansion-enabled (FAILED)
Description: The purpose of this test is to check that variable expansion is processed within double quotes.
Before test: 01: export "TOKEN=TOKEN201612111732"
STDIN: 01: ./write_on_stdout "$TOKEN"
STDOUT: FAILURE expected_to match_regex
TOKEN201612111732
01: write on stdoutSTDERR: SUCCESS expected_to be_empty (no output)