Skip to content

Commit 8117560

Browse files
AlexanderRasolkoiText-CI
authored andcommitted
Add hyphenation result test, add todo remark
1 parent f69c366 commit 8117560

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

layout/src/test/java/com/itextpdf/layout/HyphenateLayoutTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public static void beforeClass() {
7878
}
7979

8080
@Test
81+
//TODO DEVSIX-3148
8182
public void parenthesisTest01() throws Exception {
8283
String outFileName = destinationFolder + "parenthesisTest01.pdf";
8384
String cmpFileName = sourceFolder + "cmp_parenthesisTest01.pdf";

layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ public void parenthesisTest01() {
7474
testHyphenateResult("de", "((:::(\"|;Annuitätendarlehen|\")))", new int[]{5, 7, 10, 13, 15});
7575
}
7676

77+
@Test
78+
public void hindiHyphResult() {
79+
//लाभहानि
80+
testHyphenateResult("hi", "लाभहानि", new int[]{3});
81+
}
82+
7783
@Test
7884
public void spacesTest01() {
7985
//Annuitätendarlehen

0 commit comments

Comments
 (0)