From 0767821f9f3b699d4efd0f652b0c9ca2820f9c4b Mon Sep 17 00:00:00 2001 From: Smuuf Date: Sat, 28 Mar 2020 12:28:46 +0100 Subject: [PATCH] Fixed forgotten test. --- tests/unit/repl.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/repl.phpt b/tests/unit/repl.phpt index ecc5dfc9..972e90b3 100644 --- a/tests/unit/repl.phpt +++ b/tests/unit/repl.phpt @@ -22,7 +22,7 @@ $expected = [ "ERR: Undefined variable 'b' @ line 1, position 0", "1", "a: 1\n_: 1", - "", + "", ]; $driver = new class implements \Smuuf\Primi\IReadlineDriver {