We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334ed44 commit 9dad166Copy full SHA for 9dad166
src/test/json/parse_jaxn.cpp
@@ -190,6 +190,8 @@ namespace tao
190
TEST_ASSERT( jaxn::from_string( "$6162" ) == 0x6162_binary );
191
TEST_ASSERT( jaxn::from_string( "$61.62" ) == 0x6162_binary );
192
TEST_ASSERT( jaxn::from_string( "$61+$62" ) == 0x6162_binary );
193
+
194
+ TEST_ASSERT( jaxn::from_string( "$'Hello, world!'" ) == 0x48656c6c6f2c20776f726c6421_binary );
195
}
196
197
} // namespace json
0 commit comments