aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2016-03-24 09:53:49 -0500
committerTristan Sloughter <[email protected]>2016-03-24 09:53:49 -0500
commit946155322d9279401f3e6140627d2b0ebf1dddde (patch)
tree6496ed27b3a8a627208b9cd4bfd4c70d34a2a0c0 /test/rlx_test_utils.erl
parentfee01211334e8d104aaebea2ba98f89db442c067 (diff)
parentc3f01bc7ded59104b363edb8e9efd59db410c058 (diff)
downloadrelx-946155322d9279401f3e6140627d2b0ebf1dddde.tar.gz
relx-946155322d9279401f3e6140627d2b0ebf1dddde.tar.bz2
relx-946155322d9279401f3e6140627d2b0ebf1dddde.zip
Merge pull request #457 from egobrain/fixed-template-args-order-bug
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".