Current section
Files
Jump to
Current section
Files
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}])
)
]
}