thomascube
2012-03-31 48e9c14ebded89d858c8be0333f77f77a81b0877
commit | author | age
48e9c1 1 --TEST--
T 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