mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-08 12:21:17 +00:00
Added 6.x tests with tags
This commit is contained in:
@@ -498,10 +498,15 @@ namespace Test {
|
||||
"- !!str bar\n"
|
||||
"- !e!tag%21 baz\n";
|
||||
|
||||
const char *ex6_27 =
|
||||
const char *ex6_27a =
|
||||
"%TAG !e! tag:example,2000:app/\n"
|
||||
"---\n"
|
||||
"- !e! foo";
|
||||
|
||||
const char *ex6_27b =
|
||||
"%TAG !e! tag:example,2000:app/\n"
|
||||
"---\n"
|
||||
"- !h!bar baz";
|
||||
|
||||
const char *ex6_28 =
|
||||
"# Assuming conventional resolution:\n"
|
||||
|
Reference in New Issue
Block a user