summaryrefslogtreecommitdiff
path: root/tests/examplefiles/resourcebundle_demo
blob: e1daa56aad39cffb5dc4b6f72f856a39a2048a41 (plain)
1
2
3
4
5
6
7
8
9
root:table {
  usage:string { "Usage: genrb [Options] files" }
  version:int { 122 }
  errorcodes:array {
    :string { "Invalid argument" }
    :string { "File not found" }
    :string { "\x00 \r \t \n \u1234" }
  }
}