Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correct results due to lifting of restriction 5
  • Loading branch information
tbrowder committed Oct 20, 2016
1 parent 9bb8ed9 commit bd8f673
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/Language/tables.pod6
Expand Up @@ -252,9 +252,10 @@ r0c0 r0c1
Notice the second row has the two words separated by a visible
character (V<'|'>) but the character is not recognized as a column
separator because it doesn't have an adjacent WS character on both
sides of it. B<This is an invalid table because the first row has two
columns while the second row has only one column, and it will trigger
an exception.>.
sides of it. Although this is a legal table, the result will not
be what the user intended because the first row has two
columns while the second row has only one column, and it will thus have
an empty second column.
=begin code
=begin table
Expand Down

0 comments on commit bd8f673

Please sign in to comment.