aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/intl/Symfony/Component/Intl/Tests/ResourceBundle/Writer/Fixtures/en.txt
blob: 0ee0d7f2f5a35cf067a3cbf169c0283b9de18839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
en{
    Entry1{
        Array{
            "foo",
            "bar",
            {
                Key{"value"}
            },
        }
        Integer:int{5}
        IntVector:intvector{
            0,
            1,
            2,
            3,
        }
        FalseBoolean{"false"}
        TrueBoolean{"true"}
        Null{""}
        Float{"1.23"}
    }
    Entry2{"String"}
}