src/main/java/com/atlassian/uwc/converters/dokuwiki/TableRowColSpanConverterTest.java [477:511]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
				"<tr>\n" + 
				"<th><p> Heading 1      </p></th>\n" + 
				"<th><p> Heading 2       </p></th>\n" + 
				"<th><p> Heading 3          </p></th>\n" + 
				"</tr>\n" +
				"<tr>\n" + 
				"<td><p> Row 1 Col 1    </p></td>\n" + 
				"<td><p> Row 1 Col 2     ::UWCTOKENROWSPANS:4::</p></td>\n" + 
				"<td><p> Row 1 Col 3        ::UWCTOKENROWSPANS:3::</p></td>\n" + 
				"</tr>\n" +
				"<tr>\n" + 
				"<td><p> Row 2 Col 1    </p></td>\n" + 
				"<td><p> :::                        </p></td>\n" + 
				"<td><p> :::        </p></td>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 3 Col 1    </p></td>\n" + 
				"<td><p> :::                        </p></td>\n" + 
				"<td><p> :::        </p></td>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 4 Col 1    </p></td>\n" + 
				"<td><p> :::     </p></td>\n" + 
				"<td><p> Row 4 Col 3        </p></td>\n" + 
				"</tr>\n" + 
				"</tbody></table>\n" + 
				"";
		expected = "<table><tbody>\n" + 
				"<tr>\n" + 
				"<th><p> Heading 1      </p></th>\n" + 
				"<th><p> Heading 2       </p></th>\n" + 
				"<th><p> Heading 3          </p></th>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 1 Col 1    </p></td>\n" + 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/atlassian/uwc/converters/dokuwiki/TableRowColSpanConverterTest.java [601:635]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
				"<tr>\n" + 
				"<th><p> Heading 1      </p></th>\n" + 
				"<th><p> Heading 2       </p></th>\n" + 
				"<th><p> Heading 3          </p></th>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 1 Col 1    </p></td>\n" + 
				"<td><p> Row 1 Col 2     ::UWCTOKENROWSPANS:4::</p></td>\n" + 
				"<td><p> Row 1 Col 3        ::UWCTOKENROWSPANS:3::</p></td>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 2 Col 1    </p></td>\n" + 
				"<td><p> ::: </p></td>\n" + 
				"<td><p> ::: </p></td>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 3 Col 1    </p></td>\n" + 
				"<td><p> ::: </p></td>\n" + 
				"<td><p> ::: </p></td>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 4 Col 1    </p></td>\n" + 
				"<td><p> ::: </p></td>\n" + 
				"<td><p> Row 4 Col 3        </p></td>\n" + 
				"</tr>\n" + 
				"</tbody></table>\n" + 
				"";
		expected = "<table><tbody>\n" + 
				"<tr>\n" + 
				"<th><p> Heading 1      </p></th>\n" + 
				"<th><p> Heading 2       </p></th>\n" + 
				"<th><p> Heading 3          </p></th>\n" + 
				"</tr>\n" + 
				"<tr>\n" + 
				"<td><p> Row 1 Col 1    </p></td>\n" + 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



