Skip to content

Commit 7786d02

Browse files
committed
improve engine tests
1 parent 653eac9 commit 7786d02

11 files changed

Lines changed: 1662 additions & 1011 deletions

src_extra/c4/yml/extra/ints_to_testsuite.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,12 @@ size_t events_ints_to_testsuite(csubstr parsed_yaml,
5656
auto maybe_append_tag = [&]{
5757
if(has_tag)
5858
{
59-
#ifdef RYML_NO_COVERAGE__TO_BE_DELETED
6059
if(tag.begins_with('<'))
6160
{
6261
append(" ");
6362
append(tag);
6463
}
65-
else
66-
#endif
67-
if(tag.begins_with("!<"))
64+
else if(tag.begins_with("!<"))
6865
{
6966
append(" ");
7067
append(tag.sub(1));

0 commit comments

Comments
 (0)