Annotation of embedaddon/php/ext/intl/tests/_files/es-bundle.txt, revision 1.1.1.1

1.1       misho       1: es {
                      2:     teststring:string { "Hola Mundo!" }
                      3: 
                      4:     testint:int { 2 }
                      5: 
                      6:     testvector:intvector { 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 }
                      7: 
                      8:     testbin:bin { a1b2c3d4e5f67890 }
                      9: 
                     10:     testtable:table {
                     11:         major:int { 3 }
                     12:         minor:int { 4 }
                     13:         patch:int { 7 }
                     14:     }
                     15: 
                     16:     testarray:array {
                     17:         "cadena 1",
                     18:         "cadena 2",
                     19:         "cadena 3"
                     20:     }
                     21: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>