mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 12:10:46 +01:00
- negative-tests-case: which tries a bunch of bad-table-definition inputs and tests resillience to silly errors in table-definition
9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
{
|
|
"version": 1,
|
|
"nomatch": "baz",
|
|
"type" : "array",
|
|
"table":[
|
|
{"value":"foo" },
|
|
{"value":"bar" }]
|
|
}
|