mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01: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 '=================== RESULTS ====================='
|
||||
puts ''
|
||||
File.open(file_name).each do |line|
|
||||
File.open(file_name, :encoding => "UTF-8").each do |line|
|
||||
# Typical test lines look like these:
|
||||
# ----------------------------------------------------
|
||||
# 1. normal output:
|
||||
|
||||
Reference in New Issue
Block a user