tests/test-ui-config.py.out
changeset 11309 ef7636efeb01
parent 10982 0a548640e012
child 14171 fa2b596db182
equal deleted inserted replaced
11308:16277f8aca1a 11309:ef7636efeb01
     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'), ('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"')]
     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"'), ('list18', '\n \n\nding\ndong')]
     3 ---
     3 ---
     4 'string value'
     4 'string value'
     5 'true'
     5 'true'
     6 'false'
     6 'false'
     7 None
     7 None
    29 ['', ' key = ', 'x"', 'y', '', '"']
    29 ['', ' key = ', 'x"', 'y', '', '"']
    30 []
    30 []
    31 ['"', 'just', 'with', 'starting', 'quotation']
    31 ['"', 'just', 'with', 'starting', 'quotation']
    32 ['longer quotation', 'with', '"no', 'ending', 'quotation']
    32 ['longer quotation', 'with', '"no', 'ending', 'quotation']
    33 ['this', 'is', '"', 'not a quotation mark']
    33 ['this', 'is', '"', 'not a quotation mark']
       
    34 ['ding', 'dong']
    34 []
    35 []
    35 []
    36 []
    36 ['foo']
    37 ['foo']
    37 ['foo']
    38 ['foo']
    38 ['foo', 'bar']
    39 ['foo', 'bar']