Current section
Files
Jump to
Current section
Files
testsuite/data/parsing/option_doc_version_too_low.pattern
%% vim:ft=erlang:
%% TEST
?_assertThrow(
{yamerl_exception,
[
{yamerl_parsing_error,error,
"Version 0.9 not supported (minimum version 1.1)",
1,1,version_not_supported,
{yamerl_doc_start,1,1,{0,9},_},
[]}
]
},
yamerl_parser:file("${FILENAME}", [{doc_version, {0,9}}])
)