From 2ba1edaa80058e0747f956ddc4b8867ffa681084 Mon Sep 17 00:00:00 2001 From: Henrixounez Date: Mon, 12 Aug 2019 15:09:38 +0200 Subject: [PATCH] repl: default printing fix and test --- compiler/main.v | 2 +- compiler/tests/repl/default_printing.repl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 compiler/tests/repl/default_printing.repl diff --git a/compiler/main.v b/compiler/main.v index bcde3d9f05..6688ee1ce4 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -1349,7 +1349,7 @@ fn run_repl() []string { } lines << line vals := s.split('\n') - for i:=0; i