diff options
Diffstat (limited to 'tests/functional/test_foreach/want')
-rw-r--r-- | tests/functional/test_foreach/want | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/test_foreach/want b/tests/functional/test_foreach/want new file mode 100644 index 0000000..5710bf7 --- /dev/null +++ b/tests/functional/test_foreach/want @@ -0,0 +1,5 @@ +0: a -> 100, 200 +1: b -> 1, 2 +2: c -> 42, 1337 +--- +--empty-- |