Descriptionhtml: ingore newline at the start of a <pre> block
Pass tests3.dat, test 4:
<!DOCTYPE html><html><head></head><body><pre>\n</pre></body></html>
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <pre>
Also pass tests through test 11:
<!DOCTYPE html><pre>

A</pre>
Patch Set 1 #Patch Set 2 : diff -r f68df3b9a830 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r f68df3b9a830 https://go.googlecode.com/hg/ #
Total comments: 1
MessagesTotal messages: 3
|