Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: Kirill Shcherbatov <kshcherbatov@tarantool.org>,
	tarantool-patches@freelists.org,
	Kirill Yukhin <kyukhin@tarantool.org>
Subject: [tarantool-patches] Re: [PATCH v1 1/1] app: fix parsing integers with exponent in json
Date: Tue, 10 Jul 2018 18:14:07 +0300	[thread overview]
Message-ID: <31fcc59d-39b2-cb24-4db6-da5abccc3e68@tarantool.org> (raw)
In-Reply-To: <ae3a459c-6456-a467-0d45-7dfdde927345@tarantool.org>

ACK.

On 10/07/2018 17:57, Kirill Shcherbatov wrote:
>> Please, do not create a new file. Reuse existing one.
> 
> Ok, moved to app-tap/json.test.lua
> 
> +    --
> +    -- gh-3514: fix parsing integers with exponent in json
> +    --
> +    test:is(serializer.decode('{"var":2.0e+3}')["var"], 2000)
> +    test:is(serializer.decode('{"var":2.0e+3}')["var"], 2000)
> +    test:is(serializer.decode('{"var":2.0e+3}')["var"], 2000)
> +    test:is(serializer.decode('{"var":2.0e+3}')["var"], 2000)
> 

      reply	other threads:[~2018-07-10 15:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-10 10:42 [tarantool-patches] " Kirill Shcherbatov
2018-07-10 12:14 ` [tarantool-patches] " Vladislav Shpilevoy
2018-07-10 14:57   ` Kirill Shcherbatov
2018-07-10 15:14     ` Vladislav Shpilevoy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=31fcc59d-39b2-cb24-4db6-da5abccc3e68@tarantool.org \
    --to=v.shpilevoy@tarantool.org \
    --cc=kshcherbatov@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='[tarantool-patches] Re: [PATCH v1 1/1] app: fix parsing integers with exponent in json' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox