This website requires JavaScript.
Explore
Help
Sign In
peisongxiao
/
yaml-cpp
Watch
1
Star
0
Fork
0
You've already forked yaml-cpp
mirror of
https://github.com/jbeder/yaml-cpp.git
synced
2025-09-09 04:41:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
51ce663085f8d9d6d2bda0c2f1fad94874df5c3c
yaml-cpp
/
test
/
integration
History
Chen
51ce663085
Handle a key with length over 1024 as a long key. (
#916
)
...
Fixes
#501
2020-07-16 09:51:54 -05:00
..
emitter_test.cpp
Handle a key with length over 1024 as a long key. (
#916
)
2020-07-16 09:51:54 -05:00
encoding_test.cpp
Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting
2015-01-24 12:19:20 -06:00
error_messages_test.cpp
Improve error messages on operator[] or as<> (
#656
)
2019-04-17 08:44:09 -05:00
gen_emitter_test.cpp
Add optional OnAnchor method to EventHandler (
#530
)
2019-03-12 15:24:32 -07:00
handler_spec_test.cpp
Supplement test cases for 2.19 ~ 2.22 schema tags. (
#857
)
2020-05-12 13:20:45 -05:00
handler_test.cpp
Fix scalar parsing when a line starts with a comment.
2016-04-02 16:02:26 -05:00
load_node_test.cpp
Add the support to parsing a null value as
std::string
.
2020-07-16 09:15:39 -05:00
node_spec_test.cpp
Fix crash when parsing
{x:
(
#865
)
2020-05-23 12:17:20 -05:00