o MAVEN-313: Fix test resources to be valid html
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1 +1,10 @@
|
||||
<a href="mailto:fool@foolish.com">The mail link</a>
|
||||
<html>
|
||||
|
||||
<body>
|
||||
|
||||
<a href="mailto:fool@foolish.com">The mail link</a>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,5 +1,12 @@
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<a href="#bumpkin">test2</a>
|
||||
|
||||
|
||||
|
||||
<a href="testnothere.html">test that isn't here</a>
|
||||
<a href="testnothere.html">test that isn't here</a>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user