mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 21:30:42 +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
130 B
Plaintext
9 lines
130 B
Plaintext
{
|
|
"version": 1,
|
|
"nomatch": "baz",
|
|
"type" : "array",
|
|
"table":[
|
|
{"index":"00000000" },
|
|
{"index":"00000001" }]
|
|
}
|