* Improve snapshot testing Signed-off-by: Nick Cameron <nrc@ncameron.org> * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 --------- Signed-off-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing kw_fn_too_few_args.kcl
|
|
---
|
|
fn add(x, y) {
|
|
return x + y
|
|
}
|
|
|
|
three = add(x = 1)
|