-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported the test suite of Hpricot 0.6.164 in the repository; Updated…
… TODO;
- Loading branch information
Showing
18 changed files
with
11,314 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.