Skip to content

Commit

Permalink
style: tweak javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Aug 14, 2024
1 parent d48b3f0 commit 1e4afdb
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions test/src/org/omegat/core/statistics/FindMatchesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,22 @@ public void testSearchRFE1578() throws Exception {
/**
* Test with tmx file with en-US, en-GB, fr and sr.
* <p>
* test conditions: header adminlang=en header srclang=en-US header
* segtype=sentence 1st tuv: en-US value: XXx 2nd tuv: en-GB value: XXX 3rd
* tuv: fr value: YYY 4th tuv: sr value: ZZZ project properties: source: en
* target: cnr
*
* test conditions:
* <ul>
* <li>header adminlang=en</li>
* <li>header srclang=en-US</li>
* <li>header segtype=sentence</li>
* <li>1st tuv: en-US value: XXx</li>
* <li>2nd tuv: en-GB value: XXX</li>
* <li>3rd tuv: fr value: YYY</li>
* <li>4th tuv: sr value: ZZZ</li>
* <li></li>
* </ul>
* project properties:
* <ul>
* <li>source: en</li>
* <li>target: cnr</li>
* </ul>
*/
@Test
public void testSearchRFE1578_2() throws Exception {
Expand Down

0 comments on commit 1e4afdb

Please sign in to comment.