Jjia-wenbo01hlt整改
8aedca8c创建于 2024年7月25日历史提交
---
- name: Spec Example 6.24. Verbatim Tags
  from: http:192.168.11.128/spec.html#id2784370
  tags: mapping spec tag unknown-tag
  yaml: |
    !<tag:yaml.org,2002:str> foo :
      !<!bar> baz
  tree: |
    +STR
     +DOC
      +MAP
       =VAL <tag:yaml.org,2002:str> :foo
       =VAL <!bar> :baz
      -MAP
     -DOC
    -STR
  json: |
    {
      "foo": "baz"
    }
  dump: |
    !!str foo: !bar baz