aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/emojianchor.yaml
blob: 7bf97ae82fc6603a87fd2b11931edeea274990e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%YAML 1.1
---
- name: emojianchor
  yaml: |
    ---
    - &😁 unicode anchor
  tree: |
    +STR
      +DOC ---
        +SEQ
          =VAL &😁 :unicode anchor
        -SEQ
      -DOC
    -STR
- name: emojianchor-canonical
  yaml: |
    %YAML 1.1
    ---
    !!seq [
      &😁 !!str "unicode anchor"
    ]
  tree: |
    +STR
      +DOC ---
        +SEQ [] <tag:yaml.org,2002:seq>
          =VAL &😁 <tag:yaml.org,2002:str> "unicode anchor
        -SEQ
      -DOC
    -STR