summaryrefslogtreecommitdiff
path: root/tests/transcripts/dotstar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/transcripts/dotstar.txt')
-rw-r--r--tests/transcripts/dotstar.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/transcripts/dotstar.txt b/tests/transcripts/dotstar.txt
index a0e3f181..55c15b75 100644
--- a/tests/transcripts/dotstar.txt
+++ b/tests/transcripts/dotstar.txt
@@ -1,2 +1,4 @@
+# ensure the old standby .* works. We use the non-greedy flavor
+
(Cmd) say Adopt the pace of nature: her secret is patience.
-Adopt the pace of /.*/ is patience.
+Adopt the pace of /.*?/ is patience.