File:  [parser3project] / parser3 / tests / results / 264.processed
Revision 1.9: download - view: text, annotated - select for diffs - revision graph
Wed Nov 6 21:58:07 2024 UTC (19 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
tests updated to test removal of only trailing empty arguments for backward compatibility (related to feature #1252)

Content-Type: text/html
Content-Length: 1137

 
	 some <a href="/?a&b">html</a> code 
	 ^$b^(2+2^) 
	 \^\(\.\*\?\)\$ 
	 some <?dirty?> code 

 
	 some &lt;a href=&quot;/?a&amp;b&quot;&gt;html&lt;/a&gt; code 
	 ^$b^(2+2^) 
	 \^\(\.\*\?\)\$ 
	 some &lt;?dirty?&gt; code 

 
	 some &lt;a href=&quot;/?a&amp;b&quot;&gt;html&lt;/a&gt; code 
	 ^$b^(2+2^) 
	 \^\(\.\*\?\)\$ 
	 some <\?dirty\?> code 

 
	 some &lt;a href=&quot;/?a&amp;b&quot;&gt;html&lt;/a&gt; code 
	 ^$b^(2+2^) 
	 \^\(\.\*\?\)\$ 
	 some <?dirty?> code 

code coverage tests:
2. Exception type: parser.runtime,
Source: unsafe_env_name,
Comment: not safe environment variable
3. Exception type: parser.runtime,
Source: exec,
Comment: file name must be specified
4. Exception type: parser.runtime,
Source: exec,
Comment: stdin parameter must be string or file
5. Exception type: parser.runtime,
Source: exec,
Comment: param must be string or table or array of strings
6. "args" "arg 2" "" "arg 4" "arg 5" "arg 6" 
7. "args" "arg 2" "" "arg4" "5" "arg6" 
8. "args" 
9. "args" "arg 2" 
10. Exception type: parser.runtime,
Source: exec,
Comment: array element is 'hash', it does not have string value

E-mail: