Skip to content

Commit

Permalink
documented slight change in special character support (c5f9b6f)
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmannro committed Aug 27, 2014
1 parent 18d5291 commit 1371f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -89,8 +89,8 @@ Reference
+ ``assert <command> [stdout] [stdin]``

Check for an expected output when running your command. `stdout` supports all
control sequences printf(1) interprets, eg. ``\n`` for a newline. The default
`stdout` is assumed to be empty.
control sequences ``echo -e`` interprets, eg. ``\n`` for a newline. The
default `stdout` is assumed to be empty.

+ ``assert_raises <command> [exitcode] [stdin]``

Expand Down

0 comments on commit 1371f75

Please sign in to comment.