Skip to content

Commit 440c8d3

Browse files
AlexanderRasolkoiText-CI
authored andcommitted
Add hyphenation result test, add todo remark
Autoported commit. Original commit hash: [8117560bb]
1 parent c10e92d commit 440c8d3

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

itext.tests/itext.layout.tests/itext/layout/HyphenateLayoutTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public static void BeforeClass() {
7272
/// <exception cref="System.Exception"/>
7373
[NUnit.Framework.Test]
7474
public virtual void ParenthesisTest01() {
75+
//TODO DEVSIX-3148
7576
String outFileName = destinationFolder + "parenthesisTest01.pdf";
7677
String cmpFileName = sourceFolder + "cmp_parenthesisTest01.pdf";
7778
PdfDocument pdfDoc = new PdfDocument(new PdfWriter(outFileName));

itext.tests/itext.layout.tests/itext/layout/HyphenateResultTest.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ public virtual void ParenthesisTest01() {
6666
TestHyphenateResult("de", "((:::(\"|;Annuitätendarlehen|\")))", new int[] { 5, 7, 10, 13, 15 });
6767
}
6868

69+
[NUnit.Framework.Test]
70+
public virtual void HindiHyphResult() {
71+
//लाभहानि
72+
TestHyphenateResult("hi", "लाभहानि", new int[] { 3 });
73+
}
74+
6975
[NUnit.Framework.Test]
7076
public virtual void SpacesTest01() {
7177
//Annuitätendarlehen

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f69c3664989e9df4e15b74ebfc10e181714a653a
1+
8117560bbc07ec1172869773bd4c3bcd1557075d

0 commit comments

Comments
 (0)