View | Details | Raw Unified | Return to bug 22824
Collapse All | Expand All

(-)a/t/db_dependent/data/syspref.pref (-1 / +2 lines)
Lines 23-28 Test: Link Here
23
            - "List of fields"
23
            - "List of fields"
24
            - pref: syspref_4
24
            - pref: syspref_4
25
              choices:
25
              choices:
26
                  020: 020
26
                  "16" : "16"
27
                  "020": "020"
27
                  "020": "020"
28
                  "123": "123"
28
                  "123": "123"
29
(-)a/t/db_dependent/yaml.t (-4 / +3 lines)
Lines 23-30 is_deeply( Link Here
23
        "Do it",
23
        "Do it",
24
        {
24
        {
25
            choices => {
25
            choices => {
26
                1  => "certainly",
26
                on  => "certainly",
27
                '' => "I don't think so"
27
                off => "I don't think so"
28
            },
28
            },
29
            pref => "syspref_1"
29
            pref => "syspref_1"
30
        }
30
        }
Lines 50-56 is_deeply( Link Here
50
        "We love unicode",
50
        "We love unicode",
51
        {
51
        {
52
            choices => {
52
            choices => {
53
                ''    => "Not really",
53
                no  => "Not really",
54
                '★' => "❤️"
54
                '★' => "❤️"
55
            },
55
            },
56
            pref => "syspref_3"
56
            pref => "syspref_3"
57
- 

Return to bug 22824