diff options
Diffstat (limited to 'docs/transcript.rst')
-rw-r--r-- | docs/transcript.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/transcript.rst b/docs/transcript.rst index 9aa050b1..5445dcd1 100644 --- a/docs/transcript.rst +++ b/docs/transcript.rst @@ -94,6 +94,14 @@ match the path instead of specifying it verbatim, or we can escape the slashes:: (Cmd) say cd /usr/local/lib/python3.6/site-packages \/usr\/local\/lib\/python3.6\/site-packages +.. note:: + + Be careful with trailing spaces and newlines. Some terminal emulators strip + trailing space when you copy text from them. This could make the actual data + generated by your app different than the text you pasted into the + transcript, and it might not be readily obvious why the transcript is not + passing. + Running a transcript ==================== |