Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table parsing broken in rakudo #3798

Closed
p6rt opened this issue Apr 27, 2015 · 5 comments
Closed

Table parsing broken in rakudo #3798

p6rt opened this issue Apr 27, 2015 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Apr 27, 2015

Migrated from rt.perl.org#124403 (status was 'resolved')

Searchable as RT124403$

@p6rt
Copy link
Author

p6rt commented Apr 27, 2015

From @ShimmerFairy

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.

@p6rt
Copy link
Author

p6rt commented Jul 11, 2016

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 30, 2017

From @tbrowder

Fixed by PR #​1240.

@p6rt
Copy link
Author

p6rt commented Nov 30, 2017

@tbrowder - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Nov 30, 2017
@p6rt
Copy link
Author

p6rt commented Nov 30, 2017

From @tbrowder

tests added in roast PR #​353

@p6rt p6rt added the POD label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant