fix: update tests

This commit is contained in:
egarette@silique.fr 2026-01-20 12:38:25 +01:00
parent 7efcca3fb8
commit 8506ec673b
15 changed files with 61 additions and 3 deletions

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025 Copyright (C) 2025-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025 Copyright (C) 2025-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
"""Internationalisation utilities """Internationalisation utilities
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025 Copyright (C) 2025-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -0,0 +1,11 @@
{
"errors": [],
"warnings": [
[
"variable has property disabled, it will be ignored when loading from Commandline"
],
[
"family \"condition\" (a condition) has property disabled, so cannot access to \"variable\" (a variable), it will be ignored when loading from Commandline"
]
]
}

View file

@ -0,0 +1,8 @@
{
"errors": [],
"warnings": [
[
"family \"condition\" (a condition) has property disabled, so cannot access to \"variable\" (a variable), it will be ignored when loading from Commandline"
]
]
}

View file

@ -0,0 +1,5 @@
[
"--rougail.condition",
"--rougail.variable",
"string1"
]

View file

@ -0,0 +1,4 @@
[
"--rougail.variable",
"string1"
]

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,6 @@
[
"--rougail.family1.var",
"string1",
"--rougail.family2.var",
"string1"
]

View file

@ -0,0 +1,6 @@
[
"--rougail.family1.var",
"string1",
"--rougail.family2.var",
"string1"
]

View file

@ -0,0 +1,4 @@
{
"rougail.family1.var": "string1",
"rougail.family2.var": "string1"
}

View file

@ -0,0 +1,4 @@
{
"rougail.family1.var": "string1",
"rougail.family2.var": "string1"
}