From 6c33b5823c14286a3ec2ddac89561a62e164090b Mon Sep 17 00:00:00 2001 From: kotfu Date: Fri, 4 May 2018 16:56:53 -0600 Subject: Refactor transcript from history implementation and test --- tests/transcripts/expected_history.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tests/transcripts/expected_history.txt (limited to 'tests/transcripts') diff --git a/tests/transcripts/expected_history.txt b/tests/transcripts/expected_history.txt deleted file mode 100644 index ba2d94ce..00000000 --- a/tests/transcripts/expected_history.txt +++ /dev/null @@ -1,20 +0,0 @@ -# this file contains the expected output of a 'history -t' command. -# Because the help command outputs trailing spaces, this file -# contains trailing spaces. Don't mess it up with your editor -# which may be configured to trim trailing spaces -# The first 7 lines of this file are stripped out by the -# test case before comparing the actual output with -# the contents of this file. -(Cmd) help - -Documented commands (type help ): -======================================== -alias help load orate pyscript say shell speak -edit history mumble py quit set shortcuts unalias - -(Cmd) orate this is -> a multiline -> command; -this is a multiline command -(Cmd) speak /tmp/file.txt is not a regex -\/tmp\/file.txt is not a regex -- cgit v1.2.1