Skip to content

Commit

Permalink
doc: fix cram test in doc (#6995)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>

<!-- ps-id: 58b82cf3-71f5-4864-9360-d1db10644e2c -->
  • Loading branch information
Alizter authored Feb 6, 2023
1 parent 55a26e2 commit a808932
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,11 @@ access their contents in the test script ``run.t``:
.. code:: bash
$ wc -l foo | awk '{ print $1 }'
4
$ wc -l $(ls bar) | awk '{ print $1 }'
1231
Testing wc:
$ wc -l foo | awk '{ print $1 }'
4
$ wc -l $(ls bar) | awk '{ print $1 }'
1231
Test Options
Expand Down

0 comments on commit a808932

Please sign in to comment.