mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
TESTS: more test coverage in the integration tests.
This commit is contained in:
parent
03d69ede42
commit
f5ed6deec2
@ -44,3 +44,15 @@ assert |
|
||||
assert |
|
||||
cplxresult.boolfield == true;
|
||||
|;
|
||||
|
||||
let macro_tpl_arg = macro(tpl) => {
|
||||
result = tpl.field,
|
||||
};
|
||||
|
||||
let arg_tpl = {
|
||||
field = "value",
|
||||
};
|
||||
|
||||
assert |
|
||||
macro_tpl_arg(arg_tpl).result == arg_tpl.field;
|
||||
|;
|
Loading…
x
Reference in New Issue
Block a user