fix: update tests
This commit is contained in:
parent
a9736adb88
commit
70448fe2c8
3 changed files with 26 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ class RougailOutputFormatter:
|
||||||
self.filename_str,
|
self.filename_str,
|
||||||
)
|
)
|
||||||
self.rougail.parse_root_file(
|
self.rougail.parse_root_file(
|
||||||
self.filename_str,
|
[self.filename_str],
|
||||||
self.rougail.namespace,
|
self.rougail.namespace,
|
||||||
"1.1",
|
"1.1",
|
||||||
datas,
|
datas,
|
||||||
|
|
|
||||||
24
tests/results/20_7help_family/rougail/00-base.yml
Normal file
24
tests/results/20_7help_family/rougail/00-base.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
version: 1.1
|
||||||
|
|
||||||
|
family1:
|
||||||
|
description: the first family
|
||||||
|
help: |-
|
||||||
|
Multi line
|
||||||
|
|
||||||
|
Help
|
||||||
|
|
||||||
|
With useful information
|
||||||
|
|
||||||
|
var:
|
||||||
|
|
||||||
|
family2:
|
||||||
|
description: the second family
|
||||||
|
help: |-
|
||||||
|
Multi line
|
||||||
|
Help
|
||||||
|
With useful information
|
||||||
|
|
||||||
|
var:
|
||||||
|
...
|
||||||
|
|
@ -20,4 +20,5 @@ var2:
|
||||||
description: A new variable
|
description: A new variable
|
||||||
default:
|
default:
|
||||||
variable: _.dyn{{ identifier }}.var
|
variable: _.dyn{{ identifier }}.var
|
||||||
|
unique: false
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue