Fix "end" option in print func#90
Conversation
Fix line 190 to 193. The print function corrected the end option not applied. Added code performed when "end" value of parameter "kwargs" is not "nil".
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
==========================================
+ Coverage 68.93% 68.94% +<.01%
==========================================
Files 60 60
Lines 10624 10626 +2
==========================================
+ Hits 7324 7326 +2
Misses 2782 2782
Partials 518 518
Continue to review full report at Codecov.
|
corona10
left a comment
There was a problem hiding this comment.
@Sungmin-Joo
Thank you for your contribution!!!
We need the unit test for this changed.
here is the reference
gpython/builtin/tests/builtin.py
Line 300 in 70a66f2
you can check your logic through file read
Fix line 190 to 193. The print function corrected the end option not applied. Added code performed when "end" value of parameter "kwargs" is not "nil".
add "end" option test in line 312
add "end" option test add "end" option test in line 312
corona10
left a comment
There was a problem hiding this comment.
@Sungmin-Joo Thank for your contribution!
LGTM
|
@Sungmin-Joo |
line 190 to 193.
I tried to apply the end option to the print function.
Added code performed when "end" value of parameter "kwargs" is not "nil".