Skip to content

Commit

Permalink
adding error report example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 12, 2009
1 parent 8784738 commit 3d06532
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@ be.
end end
end end


###
# Here is an example error report

Error on line: 7:
Element 'p': This element is not expected. Expected is one of ( a, br, span, bdo, object, applet, img, map, iframe, tt ).

6: <p>
7: <p>
8: Yo dawg, I heard you like p-tags
9: </p>
10: </p>
.
<false> is not true.

== REQUIREMENTS: == REQUIREMENTS:


* depends on nokogiri * depends on nokogiri
Expand Down

0 comments on commit 3d06532

Please sign in to comment.