<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Testing_DocTest</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/19023" />
      <rdf:li rdf:resource="http://pear.php.net/bug/18929" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/19023">
      <title>Testing_DocTest: Feature/Change Request 19023 [Open] Multiple tests in one code block</title>
      <link>http://pear.php.net/bugs/19023</link>
      <content:encoded><![CDATA[<pre>Testing_DocTest Feature/Change Request
Reported by maikel
2011-11-15T01:12:19+00:00
PHP: Irrelevant OS:  Package Version: 0.5.0

Description:
------------
The actual parser returns an error, if you mix code to execute and expected 
results.

Test script:
---------------
&lt;?php
/**
 * This should be tested with phpdt.
 *
 * &lt;code&gt;
 * echo &quot;Foo1&quot;;
 * // expects:
 * // Foo1
 *
 * echo &quot;Foo2&quot;;
 * // expects:
 * // Foo2
 * &lt;/code&gt;
 */
?&gt;


Expected result:
----------------
Processing test_multi.php
[PASS]  file level test


Total time    : 0.0862 sec.
Passed tests  : 1
Skipped tests : 0
Failed tests  : 0

Actual result:
--------------
Error: Unexpected code line: echo &quot;Foo!&quot;;
Type &quot;/usr/bin/phpdt --help&quot; to get help.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Testing_DocTest Feature/Change Request
Reported by maikel
2011-11-15T01:12:19+00:00
PHP: Irrelevant OS:  Package Version: 0.5.0

Description:
------------
The actual parser returns an error, if you mix code to execute and expected 
results.

Test script:
---------------
&lt;?php
/**
 * This should be tested with phpdt.
 *
 * &lt;code&gt;
 * echo &quot;Foo1&quot;;
 * // expects:
 * // Foo1
 *
 * echo &quot;Foo2&quot;;
 * // expects:
 * // Foo2
 * &lt;/code&gt;
 */
?&gt;


Expected result:
----------------
Processing test_multi.php
[PASS]  file level test


Total time    : 0.0862 sec.
Passed tests  : 1
Skipped tests : 0
Failed tests  : 0

Actual result:
--------------
Error: Unexpected code line: echo &quot;Foo!&quot;;
Type &quot;/usr/bin/phpdt --help&quot; to get help.</pre>]]></description>
      <dc:date>2011-11-15T01:12:19+00:00</dc:date>
      <dc:creator>mkllnk &amp;#x61;&amp;#116; web &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>Testing_DocTest Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/18929">
      <title>Testing_DocTest: Feature/Change Request 18929 [Analyzed] Shorthand Syntax</title>
      <link>http://pear.php.net/bugs/18929</link>
      <content:encoded><![CDATA[<pre>Testing_DocTest Feature/Change Request
Reported by maikel
2011-10-26T00:33:22+00:00
PHP: Irrelevant OS:  Package Version: 0.5.0

Description:
------------
The attached version of the parser handles a shorthand notation for the 
expects keyword. Now you can write a test like this:
echo 'Foo!'; /// Foo!</pre>]]></content:encoded>
      <description><![CDATA[<pre>Testing_DocTest Feature/Change Request
Reported by maikel
2011-10-26T00:33:22+00:00
PHP: Irrelevant OS:  Package Version: 0.5.0

Description:
------------
The attached version of the parser handles a shorthand notation for the 
expects keyword. Now you can write a test like this:
echo 'Foo!'; /// Foo!</pre>]]></description>
      <dc:date>2012-01-27T19:05:58+00:00</dc:date>
      <dc:creator>mkllnk &amp;#x61;&amp;#116; web &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>Testing_DocTest Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
