From 45f666b9bc45ae4a3ca753101b3e4f89f8ac493c Mon Sep 17 00:00:00 2001 From: Petr Muller Date: Fri, 15 Jun 2018 16:29:27 +0200 Subject: [PATCH] Fix expected output for Example 03 --- tests/examples/{03.bug => 03.new} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename tests/examples/{03.bug => 03.new} (95%) diff --git a/tests/examples/03.bug b/tests/examples/03.new similarity index 95% rename from tests/examples/03.bug rename to tests/examples/03.new index 6a8de53..c84d928 100644 --- a/tests/examples/03.bug +++ b/tests/examples/03.new @@ -9,7 +9,9 @@ # New imported 'GameStore', 'load_store' from new 'vtes.store' # New function 'add_command' # New function 'games_command' -# Function 'main' changed implementation, newly uses external names 'Path' +# Function 'main' changed implementation: +# - Code semantics changed +# - Newly uses imported 'Path' """Entry point for the `vtes` command"""