mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Merge pull request #4976 from thehabbos007/list-concat
gen_dev: add `List.concat` and fix element width bug
This commit is contained in:
commit
6fc57f0a0c
6 changed files with 128 additions and 20 deletions
|
@ -273,6 +273,7 @@ macro_rules! assert_evals_to {
|
|||
|
||||
let transform = |success| {
|
||||
let expected = $expected;
|
||||
#[allow(clippy::redundant_closure_call)]
|
||||
let given = $transform(success);
|
||||
assert_eq!(&given, &expected);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue