summaryrefslogtreecommitdiff
path: root/tests/autoprepend.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autoprepend.t')
-rwxr-xr-xtests/autoprepend.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autoprepend.t b/tests/autoprepend.t
index bf40605..01da49e 100755
--- a/tests/autoprepend.t
+++ b/tests/autoprepend.t
@@ -9,13 +9,13 @@ $GLOBALS['it_text']->statictext = array(
is(
T('foo'),
- "bar {v1}",
+ "bar ",
"simple T()"
);
is(
T('foo', 'en'),
- "qux {v1}",
+ "qux ",
"simple T() with language"
);