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

Tree @develop-0.12 (Download .tar.gz)

test-no-eol.markdown @develop-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