# New Ticket Created by  Matthew 
# Please include the string:  [perl #124403]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124403 >


Here's the specific style of table that's not being parsed correctly:

=table
+-----+----+---+
|   a | b  | c |
+-----+----+---+
| foo | 52 | Y |
| bar | 17 | N |
|  dz | 9  | Y |
+-----+----+---+

The contents attribute of the resulting Pod::Block::Table shows that rakudo 
interprets this as a one-column table, where each line (including the 
horizontal separators) is taken verbatim as that row's cell.

Reply via email to