ClhNTC4uLgo=
OUT;
$input = <<
XML...
IN;
$instructions = p_get_instructions($input);
$xhtml = p_render('xhtml', $instructions, $info);
$this->assertEquals($expected, $xhtml);
}
public function test_sytax_dmn() {
$info = array();
$expected = <<
ClhNTC4uLgo=
OUT;
$input = <<
XML...
IN;
$instructions = p_get_instructions($input);
$xhtml = p_render('xhtml', $instructions, $info);
$this->assertEquals($expected, $xhtml);
}
}