Fix remaining tests

This commit is contained in:
2015-09-03 19:21:02 -04:00
parent 02662a0853
commit 9d63320331
11 changed files with 464 additions and 462 deletions

View File

@@ -32,7 +32,7 @@ module WikiHelper
text << "\n"
style = { '+' => 'add', '-' => 'del', ' ' => 'line' }
text.each do |line|
text.each_line do |line|
# Ignora o cabecalho
next if line.match(/^---/)
next if line.match(/^\+\+\+/)