master
yaml 9 lines 182 Bytes
Raw
1 # This file contains invalid YAML syntax to test error handling
2 pattern: "test
3 unclosed string
4
5 inject:
6 - key: TEST
7 value: missing colon here
8
9 this is not valid yaml at all