From 39930a480955b7ebe5db7de71fddef8f750b8519 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 17 Oct 2011 10:50:37 +0000 Subject: - Filters - UI redesign: added possibility to move filter to any place using drag&drop (instead of up/down buttons), added filter sets list object, added more 'loading' messages - Added option to hide some scripts (managesieve_filename_exceptions) git-svn-id: https://svn.roundcube.net/trunk@5340 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/managesieve/tests/parser_kep14.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/managesieve/tests') 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 -- cgit v1.2.3