expreduce icon indicating copy to clipboard operation
expreduce copied to clipboard

Multi-dimensional Table returns a flat table

Open corywalker opened this issue 9 years ago • 0 comments

CasAssertSame(t, es, "{{{0, 0}, {0, 1}, {0, 2}, {0, 3}}, {{1, 0}, {1, 1}, {1, 2}, {1, 3}}, {{2, 0}, {2, 1}, {2, 2}, {2, 3}}}", "Table[{a, b}, {a, 0, 2}, {b, 0, 3}]") currently fails.

corywalker avatar Jan 22 '17 23:01 corywalker