---
- name: Multiline single quoted implicit keys
  from: '@perlpunk'
  tags: error single mapping
  fail: true
  yaml: |
    'a\nb': 1
    'c
     d': 1
  tree: |
    +STR
     +DOC
      +MAP
       =VAL 'a\\nb
       =VAL :1