mirror of
https://github.com/loot/testing-metadata.git
synced 2026-07-27 14:13:50 -07:00
31 lines
674 B
YAML
31 lines
674 B
YAML
globals:
|
|
- type: say
|
|
content: 'A global message.'
|
|
|
|
plugins:
|
|
- name: 'Blank.esm'
|
|
priority: -100
|
|
msg:
|
|
- type: warn
|
|
content: 'This is a warning.'
|
|
- type: say
|
|
content: 'This message should be removed when evaluating conditions.'
|
|
condition: 'active("Blank - Different.esm")'
|
|
|
|
- name: 'Blank.esm'
|
|
msg:
|
|
- type: error
|
|
content: 'This plugin entry will cause a failure, as it is not the first exact entry.'
|
|
|
|
- name: 'Blank.+\.esp'
|
|
after:
|
|
- 'Blank.esm'
|
|
|
|
- name: 'Blank.+(Different)?.*\.esp'
|
|
inc:
|
|
- 'Blank.esp'
|
|
|
|
- name: 'Blank.esp'
|
|
dirty:
|
|
- crc: 0xDEADBEEF
|
|
util: utility |