mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
FIX: double periods. How did that work??
This commit is contained in:
parent
9c4dc9a966
commit
2f78dc775d
@ -49,7 +49,7 @@ describe "i18n integrity checks" do
|
||||
line.strip!
|
||||
next if line.start_with? "#"
|
||||
next if line.start_with? "---"
|
||||
next if line..blank?
|
||||
next if line.blank?
|
||||
line.should eq locale
|
||||
break
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user