aboutsummaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-09-20.test
blob: 47c255b85739d0841774019f4b75b9bcf94834b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: yaml-bench -canonical %s | FileCheck %s
# CHECK: !!str "detected\n"
# CHECK: !!str "\n\n# detected\n"
# CHECK: !!str " explicit\n"
# CHECK: !!str "\t\ndetected\n"

- |
 detected
- >
 
  
  # detected
- |1
  explicit
- >
 	
 detected