From e89965c59ea1388c6c7c6ae16ad62540ccc4c935 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 19 Jul 2023 14:28:45 +0200 Subject: Adapt test to new behaviour of always removing {}, even without values --- test/autoprepend.t | 4 ++-- 1 file 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" ); -- cgit v1.2.3