]> git.donarmstrong.com Git - roundcube.git/blob - plugins/managesieve/tests/parser_kep14.phpt
Imported Upstream version 0.7
[roundcube.git] / plugins / managesieve / tests / parser_kep14.phpt
1 --TEST--
2 Test of Kolab's KEP:14 implementation
3 --SKIPIF--
4 --FILE--
5 <?php
6 include '../lib/rcube_sieve_script.php';
7
8 $txt = '
9 # EDITOR Roundcube
10 # EDITOR_VERSION 123
11 ';
12
13 $s = new rcube_sieve_script($txt, array('body'));
14 echo $s->as_text();
15
16 ?>
17 --EXPECT--
18 # EDITOR Roundcube
19 # EDITOR_VERSION 123