mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-16 16:17:50 +00:00
Trying to fix errors of non-ASCII characters while parsing
This commit is contained in:
committed by
Alex Overchenko
parent
474d201800
commit
e32809c529
@@ -250,7 +250,7 @@ class ParseOutput
|
|||||||
puts ''
|
puts ''
|
||||||
puts '=================== RESULTS ====================='
|
puts '=================== RESULTS ====================='
|
||||||
puts ''
|
puts ''
|
||||||
File.open(file_name).each do |line|
|
File.open(file_name, :encoding => "UTF-8").each do |line|
|
||||||
# Typical test lines look like these:
|
# Typical test lines look like these:
|
||||||
# ----------------------------------------------------
|
# ----------------------------------------------------
|
||||||
# 1. normal output:
|
# 1. normal output:
|
||||||
|
|||||||
Reference in New Issue
Block a user