investiguate this strange data
1) test view with anonymous function, wrong arg (AnonymousFunctionViewTest)
test/anonymous_function_view_test.exs:86
** (CaseClauseError) no case clause matching: {[1, 2, 3]}
code: view [1, 2, 3] do
stacktrace:
test/anonymous_function_view_test.exs:90: (test)
Should display [1, 2, 3] instead of the same but wrapped in a 1-tuple.