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
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
{
|
|
"type" : "sparseArray",
|
|
"table":[
|
|
{"index": 3, "value":"bar_old" },
|
|
{"index": 1, "value":"foo_old" }]
|
|
}
|