diff options
author | Urban Müller | 2017-10-16 18:22:27 +0200 |
---|---|---|
committer | Urban Müller | 2017-10-16 18:22:27 +0200 |
commit | 8d90e01b7ffa90519ce7393175ddd446c69fe84c (patch) | |
tree | e40cf9ac706c54c5e295d20bd172f3540d75b471 /tests/autoprepend.t | |
parent | c63ef15a33d671786ca7e3012b50ba1ad684cf92 (diff) | |
download | itools-8d90e01b7ffa90519ce7393175ddd446c69fe84c.tar.gz itools-8d90e01b7ffa90519ce7393175ddd446c69fe84c.tar.bz2 itools-8d90e01b7ffa90519ce7393175ddd446c69fe84c.zip |
allow simple functions calls in ET() and T() labels
Diffstat (limited to 'tests/autoprepend.t')
-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 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" ); |