tests/test-ui-config.py.out
changeset 10982 0a548640e012
parent 8449 807f3f5c60e9
child 11309 ef7636efeb01
equal deleted inserted replaced
10981:c72358052e0b 10982:0a548640e012
     1 [('string', 'string value'), ('bool1', 'true'), ('bool2', 'false')]
     1 [('string', 'string value'), ('bool1', 'true'), ('bool2', 'false')]
     2 [('list1', 'foo'), ('list2', 'foo bar baz'), ('list3', 'alice, bob'), ('list4', 'foo bar baz alice, bob')]
     2 [('list1', 'foo'), ('list2', 'foo bar baz'), ('list3', 'alice, bob'), ('list4', 'foo bar baz alice, bob'), ('list5', 'abc d"ef"g "hij def"'), ('list6', '"hello world", "how are you?"'), ('list7', 'Do"Not"Separate'), ('list8', '"Do"Separate'), ('list9', '"Do\\"NotSeparate"'), ('list10', 'string "with extraneous" quotation mark"'), ('list11', 'x, y'), ('list12', '"x", "y"'), ('list13', '""" key = "x", "y" """'), ('list14', ',,,,     '), ('list15', '" just with starting quotation'), ('list16', '"longer quotation" with "no ending quotation'), ('list17', 'this is \\" "not a quotation mark"')]
     3 ---
     3 ---
     4 'string value'
     4 'string value'
     5 'true'
     5 'true'
     6 'false'
     6 'false'
     7 None
     7 None
    16 ['foo']
    16 ['foo']
    17 ['foo', 'bar', 'baz']
    17 ['foo', 'bar', 'baz']
    18 ['alice', 'bob']
    18 ['alice', 'bob']
    19 ['foo', 'bar', 'baz', 'alice', 'bob']
    19 ['foo', 'bar', 'baz', 'alice', 'bob']
    20 ['foo', 'bar', 'baz', 'alice', 'bob']
    20 ['foo', 'bar', 'baz', 'alice', 'bob']
       
    21 ['abc', 'd"ef"g', 'hij def']
       
    22 ['hello world', 'how are you?']
       
    23 ['Do"Not"Separate']
       
    24 ['Do', 'Separate']
       
    25 ['Do"NotSeparate']
       
    26 ['string', 'with extraneous', 'quotation', 'mark"']
       
    27 ['x', 'y']
       
    28 ['x', 'y']
       
    29 ['', ' key = ', 'x"', 'y', '', '"']
       
    30 []
       
    31 ['"', 'just', 'with', 'starting', 'quotation']
       
    32 ['longer quotation', 'with', '"no', 'ending', 'quotation']
       
    33 ['this', 'is', '"', 'not a quotation mark']
    21 []
    34 []
    22 []
    35 []
    23 ['foo']
    36 ['foo']
    24 ['foo']
    37 ['foo']
    25 ['foo', 'bar']
    38 ['foo', 'bar']