From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 27 Dec 2018 21:52:34 +0300 From: Vladimir Davydov Subject: Re: [PATCH v1 2/4] lib: introduce json_token_is_leaf helper Message-ID: <20181227185234.bwzoonv43ael2t45@esperanza> References: <599faa8e6df622cffa9795a0d99073d2e789bbd9.1545909237.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <599faa8e6df622cffa9795a0d99073d2e789bbd9.1545909237.git.kshcherbatov@tarantool.org> To: Kirill Shcherbatov Cc: tarantool-patches@freelists.org, kostja@tarantool.org List-ID: On Thu, Dec 27, 2018 at 02:15:53PM +0300, Kirill Shcherbatov wrote: > int > main() > { > header(); > - plan(5); > + plan(6); > > test_basic(); > test_errors(); > test_tree(); > test_path_cmp(); > test_path_snprintf(); > + test_json_helpers(); This should be a part of test_tree(). I moved the tests there and pushed the patch to 2.1.