test.yaml 247 Bytes
Newer Older
1
---
2
3
4
5
6
7
8
9
10
11
- "quoted scalar\twith a tab\nand a newline"
- 'This is Jesse''s single quote!'
- |
  here's a literal:
  #include <iostream>
  
  int main()
  {
     std::cout << "Hello World!\n";
     return 0;
12
13
14
  }
- key1: value1
  key2: value2