yin parser CHANGE several fixes
diff --git a/tests/src/test_parser_yin.c b/tests/src/test_parser_yin.c
index d26655b..95e4e32 100644
--- a/tests/src/test_parser_yin.c
+++ b/tests/src/test_parser_yin.c
@@ -2142,7 +2142,7 @@
struct state *st = *state;
const char *data;
struct lysp_node *siblings = NULL;
- struct tree_node_meta node_meta = {.parent = NULL, .siblings = &siblings};
+ struct tree_node_meta node_meta = {.parent = NULL, .nodes = &siblings};
struct lysp_node_anydata *parsed = NULL;
/* anyxml max subelems */
@@ -2231,7 +2231,7 @@
struct state *st = *state;
const char *data;
struct lysp_node *siblings = NULL;
- struct tree_node_meta node_meta = {.parent = NULL, .siblings = &siblings};
+ struct tree_node_meta node_meta = {.parent = NULL, .nodes = &siblings};
struct lysp_node_leaf *parsed = NULL;
/* max elements */
@@ -2292,7 +2292,7 @@
struct state *st = *state;
const char *data;
struct lysp_node *siblings = NULL;
- struct tree_node_meta node_meta = {.parent = NULL, .siblings = &siblings};
+ struct tree_node_meta node_meta = {.parent = NULL, .nodes = &siblings};
struct lysp_node_leaflist *parsed = NULL;
data = ELEMENT_WRAPPER_START