forked from openlp/openlp
add tests with hints subdirectory
This commit is contained in:
parent
53bf0fe420
commit
b2f3496093
9
tests/resources/songs/singingthefaith/hints/H1.txt
Normal file
9
tests/resources/songs/singingthefaith/hints/H1.txt
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
1 Amazing Grace! how sweet the sound!
|
||||
That saved a wretch like me!
|
||||
I once was lost, but now am found;
|
||||
Was blind, but now I see.
|
||||
|
||||
John Newton (d. 1807)
|
||||
|
||||
Reproduced from Singing the Faith Electronic Words Edition, number 1 - or not as this is a hand made test file
|
30
tests/resources/songs/singingthefaith/hints/H2.txt
Normal file
30
tests/resources/songs/singingthefaith/hints/H2.txt
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
1 Amazing Grace! how sweet the sound!
|
||||
That saved a wretch like me!
|
||||
I once was lost, but now am found;
|
||||
Was blind, but now I see.
|
||||
|
||||
2 'Twas grace that taught my heart to fear,
|
||||
And grace my fears relieved.
|
||||
How precious did that grace appear,
|
||||
The hour I first believed.
|
||||
|
||||
3 The Lord has promised good to me,
|
||||
His Word my hope secures.
|
||||
He will my shield and portion be
|
||||
As long as life endures.
|
||||
|
||||
4 Thro' many dangers, toils and snares
|
||||
I have already come.
|
||||
'Tis grace that brought me safe thus far,
|
||||
And grace will lead me home.
|
||||
|
||||
5 When we've been there ten thousand years,
|
||||
Bright shining as the sun,
|
||||
We've no less days to sing God's praise,
|
||||
Than when we first begun.
|
||||
|
||||
|
||||
John Newton (d. 1807)
|
||||
|
||||
Reproduced from Singing the Faith Electronic Words Edition, number 2 - or not as this is a hand made test file
|
13
tests/resources/songs/singingthefaith/hints/STF001.json
Normal file
13
tests/resources/songs/singingthefaith/hints/STF001.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "STF001 - Amazing Grace! how sweet the sound!",
|
||||
"authors": [
|
||||
"John Newton (d. 1807)"
|
||||
],
|
||||
"verse_order_list": ["v1"],
|
||||
"verses": [
|
||||
[
|
||||
"Amazing Grace! how sweet the sound!\nThat saved a wretch like me!\nI once was lost, but now am found;\nWas blind, but now I see.",
|
||||
"v"
|
||||
]
|
||||
]
|
||||
}
|
29
tests/resources/songs/singingthefaith/hints/STF002.json
Normal file
29
tests/resources/songs/singingthefaith/hints/STF002.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"title": "STF002 - Amazing Grace! how sweet the sound!",
|
||||
"authors": [
|
||||
"John Newton (d. 1807)"
|
||||
],
|
||||
"verse_order_list": ["v1", "v2", "v3", "v4", "v5"],
|
||||
"verses": [
|
||||
[
|
||||
"Amazing Grace! how sweet the sound!\nThat saved a wretch like me!\nI once was lost, but now am found;\nWas blind, but now I see.",
|
||||
"v"
|
||||
],
|
||||
[
|
||||
"'Twas grace that taught my heart to fear,\nAnd grace my fears relieved.\nHow precious did that grace appear,\nThe hour I first believed.",
|
||||
"v"
|
||||
],
|
||||
[
|
||||
"The Lord has promised good to me,\nHis Word my hope secures.\nHe will my shield and portion be\nAs long as life endures.",
|
||||
"v"
|
||||
],
|
||||
[
|
||||
"Thro' many dangers, toils and snares\nI have already come.\n'Tis grace that brought me safe thus far,\nAnd grace will lead me home.",
|
||||
"v"
|
||||
],
|
||||
[
|
||||
"When we've been there ten thousand years,\nBright shining as the sun,\nWe've no less days to sing God's praise,\nThan when we first begun.",
|
||||
"v"
|
||||
]
|
||||
]
|
||||
}
|
5
tests/resources/songs/singingthefaith/hints/hints.tag
Normal file
5
tests/resources/songs/singingthefaith/hints/hints.tag
Normal file
@ -0,0 +1,5 @@
|
||||
Tag-STFHints-version: 1.0
|
||||
Version: 2
|
||||
SongbookNumberInTitle: True
|
||||
End:
|
||||
|
Loading…
Reference in New Issue
Block a user