Skip to content

Commit b7de108

Browse files
committed
Merge branch 'master' into refactor/uint_handling
2 parents 849d95e + a2838c4 commit b7de108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auto/generate_test_runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def create_main(output, filename, tests, used_mocks)
467467
output.puts(' UNITY_PRINT_EOL();')
468468
else
469469
test[:args].each do |args|
470-
output.puts(" UnityPrint(\" #{test[:test]}(#{args})\");")
470+
output.puts(" UnityPrint(\" #{test[:test]}(#{args.gsub('"','').gsub("\n",'')})\");")
471471
output.puts(' UNITY_PRINT_EOL();')
472472
end
473473
end

0 commit comments

Comments
 (0)