tests BUGFIX reflect changes in logging and set position type in parser contexts
diff --git a/src/parser_yang.c b/src/parser_yang.c
index dc138e0..57d42bd 100644
--- a/src/parser_yang.c
+++ b/src/parser_yang.c
@@ -4406,6 +4406,7 @@
*context = calloc(1, sizeof **context);
LY_CHECK_ERR_RET(!(*context), LOGMEM(ly_ctx), LY_EMEM);
(*context)->ctx = ly_ctx;
+ (*context)->pos_type = LY_VLOG_LINE;
(*context)->line = 1;
/* map the typedefs and groupings list from main context to the submodule's context */