Skip to content

Commit

Permalink
Imported the test suite of Hpricot 0.6.164 in the repository; Updated…
Browse files Browse the repository at this point in the history
… TODO;
  • Loading branch information
nrk committed Apr 13, 2009
1 parent 1e76538 commit b2c0951
Show file tree
Hide file tree
Showing 18 changed files with 11,314 additions and 6 deletions.
6 changes: 0 additions & 6 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
* The current version of ironruby-hpricot is based off of hpricot 0.6.164,
but I'm already starting to work on aligning its code base to new features
from 0.6.207 (see _why's git repository http://github.com/why/hpricot/).

* README needs to be populated with notes and building instructions. The code
needs the right dose of comments.

* Add tests
17 changes: 17 additions & 0 deletions test/files/basic.xhtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sample XHTML</title>
<link rel='stylesheet' href='test1.css' />
<link rel='stylesheet' href='test2.css' />
<link rel='stylesheet' href='test3.css' />
</head>
<body id='body1'>
<p>Sample XHTML for <a id="link1" href="http://code.whytheluckystiff.net/mouseHole/">MouseHole 2</a>.</p>
<p class='ohmy'>Please filter <a id="link2" href="http://hobix.com/">me</a>!</p>
<p>The third paragraph</p>
<p class="last final"><b>THE FINAL PARAGRAPH</b></p>
</body>
</html>

2,266 changes: 2,266 additions & 0 deletions test/files/boingboing.html

Large diffs are not rendered by default.

3,653 changes: 3,653 additions & 0 deletions test/files/cy0.html

Large diffs are not rendered by default.

400 changes: 400 additions & 0 deletions test/files/immob.html

Large diffs are not rendered by default.

Loading

0 comments on commit b2c0951

Please sign in to comment.