You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new perl module JSON::Schema::AsType has recently been released.
It uses this test suite! (Horray!)
I wonder if we should also include a test to check that a string of "1" is not a number?
Currently the code treats "1" as a number, and I figure this is not strictly correct.
The text was updated successfully, but these errors were encountered:
Sounds great :), care for a PR?
On Jan 7, 2016 10:29, "Ben Hutton" [email protected] wrote:
A new perl module JSON::Schema::AsType has recently been released.
It uses this test suite! (Horray!)
I wonder if we should also include a test to check that a string of "1" is
not a number?
Currently the code treats "1" as a number, and I figure this is not
strictly correct.
—
Reply to this email directly or view it on GitHub #110.
A new perl module JSON::Schema::AsType has recently been released.
It uses this test suite! (Horray!)
I wonder if we should also include a test to check that a string of "1" is not a number?
Currently the code treats "1" as a number, and I figure this is not strictly correct.
The text was updated successfully, but these errors were encountered: