rclanget / 42sh

1 stars 0 forks source link

42sh/quoting/double-quotes/mixed/variable-expansion/001-expansion-enabled #58

Closed Wolfthuk closed 7 years ago

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

STDERR: SUCCESS expected_to be_empty (no output)

rclanget commented 7 years ago

Résolu, voir #61