Skip to content

Commit b9b760a

Browse files
Fixed issue of adding an extra <br/> tag in breaks.
1 parent 4ea5ed4 commit b9b760a

File tree

7 files changed

+7060
-1
lines changed

7 files changed

+7060
-1
lines changed

src/test/java/com/contentstack/utils/TestRte.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void testAvailableEntryItemTypes() {
9999

100100
@Test
101101
public void testHERFID() throws IOException {
102-
final String rte = "src/test/resources/wallmart/jsonviewer.json";
102+
final String rte = "src/test/resources/reports/jsonviewer.json";
103103
JSONObject theRTE = new ReadResource().readJson(rte);
104104
String result = Utils.jsonToHTML(theRTE, new DefaultOption(), null);
105105
System.out.println(result);

0 commit comments

Comments
 (0)