spec/resources/complex.html in flyerhzm-regexp_crawler-0.5.0 vs spec/resources/complex.html in flyerhzm-regexp_crawler-0.6.0

- old
+ new

@@ -2,10 +2,10 @@ <head> <title>complex test html</title> </head> <body> <div> - <a link="nested1.html">nested1</a> - <a link="http://complex.com/nested2.html">nested2</a> + <a href="/nested1.html">nested1</a> + <a href="http://complex.com/nested2.html">nested2</a> </div> </body> </html>