mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
let t = import "std/testing.ucg";
|
|
|
|
let mod_under_test = import "./pkg_func_module.ucg";
|
|
|
|
assert t.equal{
|
|
left = mod_under_test.pkg_func_mod{arg="foo"}.value,
|
|
right = "foo",
|
|
}; |