[PATCH v1 2/4] lib: introduce json_token_is_leaf helper

Vladimir Davydov vdavydov.dev at gmail.com
Thu Dec 27 21:52:34 MSK 2018


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.



More information about the Tarantool-patches mailing list