From 73b325bd7a709aef24924d65b468f61dee20a081 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Mon, 8 Apr 2013 13:35:22 +0400 Subject: [PATCH] Update test results (Bug#1075677) --- test/box/lua.result | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/box/lua.result b/test/box/lua.result index b1983259a7..180c399927 100644 --- a/test/box/lua.result +++ b/test/box/lua.result @@ -1875,3 +1875,14 @@ lua 6LL - 7LL --- - -1 ... +# A test case for Bug#1131108 'incorrect conversion from boolean lua value to tarantool tuple' + +lua function bug1075677() local range = {} table.insert(range, 1>0) return range end +--- +... +call bug1075677() +Found 1 tuple: +['true�'] +lua bug1075677=nil +--- +... -- GitLab