summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJared Crapo <jared@kotfu.net>2017-08-21 20:39:21 -0600
committerJared Crapo <jared@kotfu.net>2017-08-21 20:39:21 -0600
commit208fd69238c97a83c373343573e9f19c59124adc (patch)
tree5284ee48614a4d836ce0518244d01ab4bf52af9e /docs
parentd3766eb29f728b5e9d60645bbbac9062c683870e (diff)
downloadcmd2-git-208fd69238c97a83c373343573e9f19c59124adc.tar.gz
regex implementation complete. Still a few bugs.
Diffstat (limited to 'docs')
-rw-r--r--docs/transcript.rst8
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
====================