rclanget / 42sh

1 stars 0 forks source link

42sh/subshell/003-multiline #67

Closed Wolfthuk closed 7 years ago

Wolfthuk commented 7 years ago

42sh/subshell/003-multiline (FAILED)

Description: The purpose of this test is to check that the Shell implementation may parse a subshell command on multiple lines.

STDIN: 01: ( 02: ./write_on_stdout TOKEN201612111732_SUBSHELL1 ; 03: ./write_on_stdout TOKEN201612111732_SUBSHELL2 04: )

STDOUT: SUCCESS expected_to match_regex TOKEN201612111732_SUBSHELL1 SUCCESS expected_to match_regex TOKEN201612111732_SUBSHELL2 01: TOKEN201612111732_SUBSHELL1 02: TOKEN201612111732_SUBSHELL2

STDERR: FAILURE expected_to be_empty 01: 42sh: ): command not found

rclanget commented 7 years ago

Résolu