From 3b25185d295357ac5d038c15c4fc3d599fcd98cc Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Wed, 21 Sep 2016 22:38:55 +0100 Subject: Increase test coverage --- test/rlx_test_utils.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/rlx_test_utils.erl') diff --git a/test/rlx_test_utils.erl b/test/rlx_test_utils.erl index b26e143..279a887 100644 --- a/test/rlx_test_utils.erl +++ b/test/rlx_test_utils.erl @@ -76,7 +76,9 @@ test_template_contents() -> "{yahoo, \"{{yahoo}}\"}.\n" "{foo_dir, \"{{foo_dir}}\"}.\n" "{foo_yahoo, \"{{foo_yahoo}}\"}.\n" - "{google, \"{{google}}\"}.\n". + "{google, \"{{google}}\"}.\n" + "{prop1, \"{{prop1}}\"}.\n" + "{prop2, {{prop2}}}.\n". -ifdef(rand_module). random_uniform(N) -> -- cgit v1.2.3