Skip to content

Commit 87577fb

Browse files
committed
Added testcode to trigger issue #244 before the fix
1 parent 76c1e98 commit 87577fb

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tests/data/issue244/src/crash.php

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php /*

tests/data/issue244/test.xml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<phpdox xmlns="http://xml.phpdox.net/config" silent="false">
3+
4+
<project name="phpDox-issue244" source="${basedir}/src" workdir="${basedir}/xml">
5+
6+
<collector publiconly="false" backend="parser" encoding="WINDOWS-1252" />
7+
8+
<generator output="${basedir}/docs">
9+
<build engine="html" enabled="true" output="html" />
10+
<build engine="xml" enabled="true" output="xml" />
11+
</generator>
12+
13+
</project>
14+
15+
</phpdox>

0 commit comments

Comments
 (0)