Page MenuHomePhorge

parser_prefix.phpt
No OneTemporary

Size
380 B
Referenced Files
None
Subscribers
None

parser_prefix.phpt

--TEST--
Test of prefix comments handling
--SKIPIF--
--FILE--
<?php
include '../lib/rcube_sieve_script.php';
$txt = '
# this is a comment
# and the second line
require ["variables"];
set "b" "c";
';
$s = new rcube_sieve_script($txt, array(), array('variables'));
echo $s->as_text();
?>
--EXPECT--
# this is a comment
# and the second line
require ["variables"];
set "b" "c";

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 6:22 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1240015
Default Alt Text
parser_prefix.phpt (380 B)

Event Timeline