summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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"
);