git @ Cat's Eye Technologies Falderal / rel_0_12 tests / test-no-eol.markdown
rel_0_12

Tree @rel_0_12 (Download .tar.gz)

test-no-eol.markdown @rel_0_12view markup · raw · history · blame

Falderal Test: Missing EOL at end of output

It makes no difference whether there is an EOL at the end of the test output or not.

-> Functionality "Echo" is implemented by
-> shell command "python echo.py %(test-body-text)"

-> Tests for functionality "Echo"

| hello
= hello

| hi
| hi
= hi
= hi

-> Functionality "Echo, no newline" is implemented by
-> shell command "python echo.py -n %(test-body-text)"

-> Tests for functionality "Echo, no newline"

| hello
= hello

| hi
| hi
= hi
= hi