diff options
Diffstat (limited to 'plugins/managesieve/tests')
| -rw-r--r-- | plugins/managesieve/tests/parser_kep14.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/managesieve/tests/parser_kep14.phpt b/plugins/managesieve/tests/parser_kep14.phpt index 9be4eba04..06beaeda1 100644 --- a/plugins/managesieve/tests/parser_kep14.phpt +++ b/plugins/managesieve/tests/parser_kep14.phpt @@ -6,8 +6,8 @@ Test of Kolab's KEP:14 implementation include '../lib/rcube_sieve_script.php'; $txt = ' -# set "editor" "Roundcube"; -# set "editor_version" "123"; +# EDITOR Roundcube +# EDITOR_VERSION 123 '; $s = new rcube_sieve_script($txt, array()); @@ -15,5 +15,5 @@ echo $s->as_text(); ?> --EXPECT-- -# set "editor" "Roundcube"; -# set "editor_version" "123"; +# EDITOR Roundcube +# EDITOR_VERSION 123 |
