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:
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!"
|
||||
}
|
||||
Reference in New Issue
Block a user