bin/review-validate in review-4.2.0 vs bin/review-validate in review-5.0.0
- old
+ new
@@ -51,10 +51,10 @@
unless %w[list emlist listnum emlistnum cmd image table].include?(block)
@logger.warn "#{ln}: found itemized list or numbered list in #{block}. Is it correct?"
end
elsif block == 'table'
next if line.start_with?('#@')
- if line !~ /\A\-\-\-\-\-/
+ if line !~ /\A-----/
# table
colcount = line.split("\t").size
if maxcolcount == 0
maxcolcount = colcount
end