From 5a77702462a95de55cd70f5130e244db296abcd5 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 30 Sep 2018 11:38:00 -0400 Subject: Fixed transcript testing bug where last command in transcript has no expected output Also: - Added unit test for this specific case --- tests/test_transcript.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_transcript.py') diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 9a63cf09..58ae16b4 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -103,6 +103,7 @@ def test_commands_at_invocation(): ('multiline_no_regex.txt', False), ('multiline_regex.txt', False), ('no_output.txt', False), + ('no_output_last.txt', False), ('regex_set.txt', False), ('singleslash.txt', False), ('slashes_escaped.txt', False), -- cgit v1.2.1