diff options
-rwxr-xr-x | test/autoprepend.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/autoprepend.t b/test/autoprepend.t index beef5e0..287bdff 100755 --- a/test/autoprepend.t +++ b/test/autoprepend.t @@ -9,13 +9,13 @@ $GLOBALS['it_text']->statictext = [ is( T('foo'), - "bar {v1}", + "bar ", "simple T()" ); is( T('foo', 'en'), - "qux {v1}", + "qux ", "simple T() with language" ); |