| 1 | COMPLEX_QUOTES=Single quotes with 'embedded singles' and "escaped doubles" |
| 2 | DATA=test complex data |
| 3 | MESSAGE=Processed: |
| 4 | MULTILINE_FOLDED=This is a folded scalar that should be joined into a single line with spaces replacing newlines. |
| 5 | |
| 6 | MULTILINE_LITERAL=This is a literal scalar |
| 7 | that preserves exact formatting |
| 8 | including newlines and spacing. |
| 9 | |
| 10 | YAML_SPECIAL=Contains: colons, [brackets], {braces}, and | pipes |
| 11 |