mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
added tests, fixed issues with overriding/format
In the documentation it states that child values can override the parent values. Originally this code did not support that but now it does. Also added in testing inspired by the previous tests. Signed-off-by: cullvox <cullvox@outlook.com>
This commit is contained in:
parent
df88ccd419
commit
a4e6530513
9 changed files with 321 additions and 98 deletions
4
tests/testdata/MetaComponentParse/component_basic.json
vendored
Normal file
4
tests/testdata/MetaComponentParse/component_basic.json
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"description": [{"text": "Hello, Component!"}],
|
||||
"expected_output": "Hello, Component!"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue