summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/safe_yaml-1.0.5/spec/issue48.txt
blob: 97d1f6841453d5ab66957aed6f36413ad07a4fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Blah
key: value
---

I'm going to inject a bunch of YAML-looking stuff below and it should all just get ignored.

foo: bar

- foo
- bar

:foo
42
~

---
text: |
  Look, I'm another YAML document!
---