summaryrefslogtreecommitdiff
path: root/tests/files/unicode/1s.yaml
blob: ab9fff9db948390491e6bd4b46c0f7e894ff2f95 (plain)
1
2
3
4
5
6
7
8
9
10
schema:
  type: map
  mapping:
    msg:
      type: str
    Alô:
      type: str
data:
  msg: "Alô do Brasil!!"
  Alô: "Brasil!!"