~suutari-olli/openlp/escape-fixes-1294111-1497637

« back to all changes in this revision

Viewing changes to tests/resources/songselect/TestSong-bin.json

  • Committer: suutari-olli
  • Date: 2016-01-07 02:53:59 UTC
  • mfrom: (2557.2.31 openlp)
  • Revision ID: suutari.olli@gmail.com-20160107025359-q2feybbwxaoihqxr
Merge to trunk on 1/7/2015.

I noticed this branch also seems to be fixing this bug:
https://bugs.launchpad.net/openlp/+bug/1531691

However, escape item still remains buggy with problems related to resuming
video and presentations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "authors": [
 
3
        "Author One",
 
4
        "Author Two"
 
5
    ],
 
6
    "ccli_number": "0000000",
 
7
    "song_number": 0,
 
8
    "title": "Test Song",
 
9
    "topics": [
 
10
        "Adoration",
 
11
        "Praise"
 
12
    ],
 
13
    "copyright": "2011 OpenLP Programmer One (Admin. by OpenLP One) | Openlp Programmer Two (Admin. by OpenLP Two)",
 
14
    "verse_order_list": [],
 
15
    "verses": [
 
16
        [
 
17
            "Line One Verse One\nLine Two Verse One\nLine Three Verse One\nLine Four Verse One\n",
 
18
            "v"
 
19
        ],
 
20
        [
 
21
            "Line One Verse Two\nLine Two Verse Two\nLine Three Verse Two\nLine Four Verse Two\n",
 
22
            "v"
 
23
        ]
 
24
    ]
 
25
}