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:
bwalding
2003-03-06 20:55:25 +00:00
parent 7cf2ca4f53
commit 0d51091171
2 changed files with 18 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>