summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUrban Müller2017-10-19 17:51:20 +0200
committerUrban Müller2017-10-19 17:51:20 +0200
commite8f13f87ebe461f5b72c057ce57fccc767b3dd4d (patch)
tree10040712adbfa88ed32e983580f176cdd2fb1bc6 /tests
parentab4709cbff86e16a0f343cf3f8d44f05d1e53dc5 (diff)
downloaditools-e8f13f87ebe461f5b72c057ce57fccc767b3dd4d.tar.gz
itools-e8f13f87ebe461f5b72c057ce57fccc767b3dd4d.tar.bz2
itools-e8f13f87ebe461f5b72c057ce57fccc767b3dd4d.zip
revert to old behaviour for now, some T() calls in map drawings want unmodified {foo}
Diffstat (limited to 'tests')
-rwxr-xr-xtests/autoprepend.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autoprepend.t b/tests/autoprepend.t
index 01da49e..bf40605 100755
--- a/tests/autoprepend.t
+++ b/tests/autoprepend.t
@@ -9,13 +9,13 @@ $GLOBALS['it_text']->statictext = array(
is(
T('foo'),
- "bar ",
+ "bar {v1}",
"simple T()"
);
is(
T('foo', 'en'),
- "qux ",
+ "qux {v1}",
"simple T() with language"
);