---
- name: Multiline plain value with tabs on empty lines
  from: '@perlpunk'
  tags: scalar whitespace
  yaml: |
    key:
      value
      with
      —»
      tabs
  tree: |
    +STR
     +DOC
      +MAP
       =VAL :key
       =VAL :value with\ntabs
      -MAP
     -DOC
    -STR
  json: |
    {
      "key": "value with\ntabs"
    }
  dump: |
    key: 'value with

      tabs'