fix: update tests

This commit is contained in:
egarette@silique.fr 2025-12-29 18:17:26 +01:00
parent a9736adb88
commit 70448fe2c8
3 changed files with 26 additions and 1 deletions

View file

@ -187,7 +187,7 @@ class RougailOutputFormatter:
self.filename_str,
)
self.rougail.parse_root_file(
self.filename_str,
[self.filename_str],
self.rougail.namespace,
"1.1",
datas,

View 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:
...

View file

@ -20,4 +20,5 @@ var2:
description: A new variable
default:
variable: _.dyn{{ identifier }}.var
unique: false
...