Skip to content

Commit

Permalink
issue89: Test files renamed (was #89 instead of #90).
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalGuy committed Mar 18, 2015
1 parent 3e59c9a commit 161f8be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/test/java/de/neuland/jade4j/compiler/CompilerTest.java
Expand Up @@ -391,6 +391,11 @@ public void xml() {
expectedFileNameExtension = tmp;
}

@Test
public void reportedIssue90() {
run("reportedIssue89");
}

private void run(String testName) {
run(testName, false);
}
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/compiler/reportedIssue89.html
@@ -0,0 +1 @@
<form><fieldset class="fieldset"><legend class="legend">关于<a href="/">Makkt</a></legend><a href="/">Makkt</a> 于2013年成立于羊城广州,是一家以开发有趣,有营养,有立场软件产品的开发公司。Makkt成立之初推出的Jago系列,受到广大网友喜爱。上线一个月就突破10,000,半年就突破100,000用户。是创新工厂孵化基地精而优的软件产品代表之一。</fieldset><br><fieldset><legend>积分说明</legend><h5>对于供题人</h5> 他人答对供题人的题,供题人加0分<br> 他人答错供题人的题,供题人加1分<h5>对于答题人</h5> 答题人答对他人的题,答题人加1分<br> 答题人答错他人的题,答题人加0分</fieldset><br><fieldset><legend>联络方式</legend><address><strong>Makkt,Inc</strong><br>工业大道棠安路12号,406室<br>信息港,天河区,广州市,中国<br><abbr title="Telephone">联络电话:</abbr>(+86) 020-8859999-100</address><address><strong>电子邮箱</strong><br><a href="mailto:magixsource.cn@gmail.com">magixsource.cn#GMAIL.COM</a></address></fieldset></form>
@@ -1,8 +1,8 @@
//-
Created with JetBrains WebStorm.
User: linpeng
Date: 13-8-23
Time: 下午10:24
Created with JetBrains WebStorm.
User: linpeng
Date: 13-8-23
Time: 下午10:24
block content

Expand Down

1 comment on commit 161f8be

@magixsource
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:) thanks

Please sign in to comment.