Commit 16d3870
Fix "end" option in print func (#90)
* Fix "end" option
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".
* Fix "end" option
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
add "end" option test
in line 312
* add "end" option test
add "end" option test
add "end" option test
in line 3121 parent 70a66f2 commit 16d3870
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
312 | 318 | | |
313 | 319 | | |
314 | 320 | | |
| |||
0 commit comments