Sha256: 659adebd06bba09b037eb64d5175e09dd40a7d694c720d6e29c1394c85303d6e

Contents?: true

Size: 377 Bytes

Versions: 16

Compression:

Stored size: 377 Bytes

Contents

// Copyright (c) 2015-2020 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/json/

#include "test.hpp"

#include <tao/json/from_string.hpp>
#include <tao/json/value.hpp>

namespace tao::json
{
   void unit_test()
   {
      TEST_ASSERT( "42"_json.get_unsigned() == 42 );
   }

}  // namespace tao::json

#include "main.hpp"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.4 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.3 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.2 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.1-x86_64-linux ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.1-x86_64-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.1-universal-darwin-19 ext/third_party/json/src/test/json/literal.cpp
couchbase-3.0.0.alpha.1 ext/third_party/json/src/test/json/literal.cpp