Open
Description
This program works fine:
include tables
[table-from-rows:
[raw-row: {"A"; 5}, {"B"; 7}, {"C"; 8}],
[raw-row: {"A"; 1}, {"B"; 2}, {"C"; 3}]]
but a natural bug is to produce this instead:
[table-from-rows:
[list:
[raw-row: {"A"; 5}, {"B"; 7}, {"C"; 8}],
[raw-row: {"A"; 1}, {"B"; 2}, {"C"; 3}]]]
(e.g., through map
).
Not only does this not produce a graceful error, it says to report a bug:
Metadata
Metadata
Assignees
Labels
No labels