From ed83f7cfedfdcf8620e0feb9a8c6b98cd69dda16 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Tue, 4 Feb 2020 23:05:31 -0500 Subject: Updated example transcripts --- examples/transcripts/exampleSession.txt | 2 +- examples/transcripts/transcript_regex.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/transcripts') diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 54419f91..8a60f487 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -3,7 +3,7 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -allow_style: /(Terminal|Always|Never)/ +allow_style: '/(Terminal|Always|Never)/' debug: False echo: False editor: /.*?/ diff --git a/examples/transcripts/transcript_regex.txt b/examples/transcripts/transcript_regex.txt index 35fc5817..ce2a2beb 100644 --- a/examples/transcripts/transcript_regex.txt +++ b/examples/transcripts/transcript_regex.txt @@ -3,7 +3,7 @@ # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious (Cmd) set -allow_style: /(Terminal|Always|Never)/ +allow_style: '/(Terminal|Always|Never)/' debug: False echo: False editor: /.*?/ -- cgit v1.2.1