diff options
author | Urban Müller | 2017-10-19 17:51:20 +0200 |
---|---|---|
committer | Urban Müller | 2017-10-19 17:51:20 +0200 |
commit | e8f13f87ebe461f5b72c057ce57fccc767b3dd4d (patch) | |
tree | 10040712adbfa88ed32e983580f176cdd2fb1bc6 /tests | |
parent | ab4709cbff86e16a0f343cf3f8d44f05d1e53dc5 (diff) | |
download | itools-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-x | tests/autoprepend.t | 4 |
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" ); |