Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove noisy test output logging we've never cared about #23213

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions spec/shared/i18n/newlines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ def add_string_chevrons(input)
if (translation[0] == "\n" && original[0] != "\n") || (translation[0] != "\n" && original[0] == "\n")
boundary_errors.store_path(po_file.to_s, add_string_chevrons(original), add_string_chevrons(translation))
end

# Check that overall amount of newlines in original and translation matches
if original.scan("\n").length != translation.scan("\n").length
overall_errors.store_path(po_file.to_s, add_string_chevrons(original), add_string_chevrons(translation))
end
end
end

Expand Down