From a77a2ec58947f5fc7cb4023db3b8f8298e2f01f2 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 28 Oct 2013 18:09:50 +0100 Subject: ste:foreach now has an else clause for empty arrays. --- tests/test_foreach/want | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_foreach/want (limited to 'tests/test_foreach/want') diff --git a/tests/test_foreach/want b/tests/test_foreach/want new file mode 100644 index 0000000..5710bf7 --- /dev/null +++ b/tests/test_foreach/want @@ -0,0 +1,5 @@ +0: a -> 100, 200 +1: b -> 1, 2 +2: c -> 42, 1337 +--- +--empty-- -- cgit v1.2.3-54-g00ecf