aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
diff options
context:
space:
mode:
authorKozlov Yakov <[email protected]>2016-03-15 15:55:16 +0300
committerKozlov Yakov <[email protected]>2016-03-15 15:55:16 +0300
commitc3f01bc7ded59104b363edb8e9efd59db410c058 (patch)
treea9d045bd43d2c3ffb74a4f978916059777668865 /test/rlx_test_utils.erl
parent7ec3d166c07c8cd1e5a182c92a8c73a0dd4727d8 (diff)
downloadrelx-c3f01bc7ded59104b363edb8e9efd59db410c058.tar.gz
relx-c3f01bc7ded59104b363edb8e9efd59db410c058.tar.bz2
relx-c3f01bc7ded59104b363edb8e9efd59db410c058.zip
Fixed template args order bug
Diffstat (limited to 'test/rlx_test_utils.erl')
-rw-r--r--test/rlx_test_utils.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rlx_test_utils.erl b/test/rlx_test_utils.erl
index 9db2835..1157e3f 100644
--- a/test/rlx_test_utils.erl
+++ b/test/rlx_test_utils.erl
@@ -77,4 +77,5 @@ test_template_contents() ->
"{yahoo4, \"{{yahoo4}}\"}.\n"
"{yahoo, \"{{yahoo}}\"}.\n"
"{foo_dir, \"{{foo_dir}}\"}.\n"
+ "{foo_yahoo, \"{{foo_yahoo}}\"}.\n"
"{google, \"{{google}}\"}.\n".