-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract multi-line e2e tests into separate case
- Loading branch information
1 parent
8fed0e2
commit 527e186
Showing
5 changed files
with
53 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
msgid "" | ||
msgstr "" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
||
#: tests/e2e/fixtures/js/multiline.js:1 | ||
msgid "" | ||
"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam\n" | ||
" nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam\n" | ||
" erat, sed diam voluptua." | ||
msgstr "" | ||
|
||
#: tests/e2e/fixtures/js/multiline.js:7 | ||
msgid "" | ||
"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam\n" | ||
"nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam\n" | ||
"erat, sed diam voluptua." | ||
msgstr "" |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
translate( | ||
`Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam | ||
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam | ||
erat, sed diam voluptua.` | ||
); | ||
|
||
translate_trim( | ||
`Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam | ||
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam | ||
erat, sed diam voluptua.` | ||
); |
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