forked from mquinson/po4a
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Locale::Po4a::Test: supported nested lists
Fixes mquinson#131
- Loading branch information
Showing
5 changed files
with
51 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
This serves as testcase for simple lists. | ||
THIS SERVES AS TESTCASE FOR SIMPLE LISTS. | ||
|
||
* Item 1 | ||
* This item paragraph runs over several lines. | ||
* ITEM 1 | ||
* THIS ITEM PARAGRAPH RUNS OVER SEVERAL LINES. | ||
|
||
This serves as testcase for nested lists. | ||
THIS SERVES AS TESTCASE FOR NESTED LISTS. | ||
|
||
* Item 1 | ||
* This item paragraph runs over several lines. | ||
* Nested item 1 | ||
* Sub-sub item | ||
* Nested item 2 | ||
* ITEM 1 | ||
* THIS ITEM PARAGRAPH RUNS OVER SEVERAL LINES. | ||
* NESTED ITEM 1 | ||
* SUB-SUB ITEM | ||
* NESTED ITEM 2 | ||
|
||
Normal paragraph. | ||
NORMAL PARAGRAPH. |