Current section

Files

Jump to
yamerl testsuite data parsing no_such_file.pattern
Raw

testsuite/data/parsing/no_such_file.pattern

%% vim:ft=erlang:
%% TEST
?_assertThrow(
{yamerl_exception,
[
{yamerl_parsing_error,error,
_,
undefined,undefined,file_open_failure,undefined,[{error,enoent}]}
]
},
yamerl_parser:file("${FILENAME}")
)