Skip to content
Snippets Groups Projects
Commit f70f4a0a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

TST: Add missing file

parent a385fee5
No related branches found
No related tags found
2 merge requests!198REL: Release 0.10.0,!187F unit
---
metadata:
crawler-version: 0.9.0
---
data:
type: Dict
match_name: '.*'
records:
MyRec:
may_be_overwritten:
value: "12"
unit: K
subtree:
ValueWithUnit:
type: TextElement
match_name: ^value_with_unit$
match_value: "^(?P<number>\\d+\\.?\\d*)\\s+(?P<unit>.+)"
records:
MyRec:
value_with_unit:
value: $number
unit: $unit
MayBeOverwritten:
type: TextElement
match_name: ^may_be_overwritten$
match_value: "^(?P<number>\\d+\\.?\\d*)\\s+(?P<unit>.+)"
records:
MyRec:
may_be_overwritten:
value: $number
unit: $unit
ListOfValues:
type: ListElement
match_name: ^array_with_units$
subtree:
SingleValueWithUnit:
type: TextElement
match_value: "^(?P<number>\\d+\\.?\\d*)\\s+(?P<unit>.+)"
records:
MyRec:
list_with_unit:
value: +$number
unit: $unit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment