Files
falco/test/rules/invalid_append_macro_multiple_docs.yaml
Mark Stemm 94d89eaea2 New tests for handling multi-doc files
New automated tests for testing parsing of multiple-doc rules files:

 - invalid_{overwrite,append}_{macro,rule}_multiple_docs are just like
   the previous versions, but with the multiple files combined into a
   single multi-document file.

 - multiple_docs combines the rules file from multiple_rules

The expect the same results and output as the multiple-file versions.

Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
2019-08-02 11:01:59 -07:00

9 lines
110 B
YAML

---
- macro: some macro
condition: evt.type=execve
---
- macro: some macro
condition: foo
append: true