Skip to content

Commit 9fffadb

Browse files
committed
#224 Add explanation of math in test
1 parent d068418 commit 9fffadb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/AssetsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,8 @@ public function testXliff()
578578
}
579579
}
580580

581+
// Converting from an XLIFF that contains duplicate <source> elements
582+
// to a PO file will result in the loss of the duplicates.
581583
$this->runTestFormat('xliff/Po', $countTranslations-1, $countTranslated-1, $countHeaders);
582584
}
583585
}

0 commit comments

Comments
 (0)