Current section

Files

Jump to
yamerl testsuite data construction empty.pattern
Raw

testsuite/data/construction/empty.pattern

%% vim:ft=erlang:
%% TEST
{setup,
fun() ->
application:start(yamerl)
end,
[
?_assertMatch(
[],
yamerl_constr:file("${FILENAME}", [{detailed_constr, false}])
),
?_assertMatch(
[],
yamerl_constr:file("${FILENAME}", [{detailed_constr, true}])
)
]
}