nwaku/vendor/nim-testutils/tests/hello/hello_multiple.test

16 lines
241 B
Plaintext

program = "../hello"
# my aim is true
[Output]
stdout = "hello world\n"
# option 2
[Output_larry_is_a_good_boy]
args = "larry"
stdout = "hello larry\n"
# option 47
[Output_stevie_is_a_good_boy]
args = "stephen"
stdout = "hello stephen\n"