Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata
netdata
/
src
/
collectors
/
log2journal
/
tests.d
/
error-invalid-syntax.yaml
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
yaml
9 lines
182 Bytes
Copy permalink
Copy
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