Commit ed2b91a
committed
fix(repl): preserve backslashes in dot-command argument paths
`.save C:\Users\…\scratch.robot` mangled the path on Windows because
`shlex.split` consumes backslashes as escape characters. Switch to a
custom shlex with `escape=""` so paths arrive intact while shell-style
quoting (for spaces in paths) still works.1 parent 02d8177 commit ed2b91a
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
493 | 504 | | |
494 | 505 | | |
495 | 506 | | |
| |||
532 | 543 | | |
533 | 544 | | |
534 | 545 | | |
535 | | - | |
| 546 | + | |
536 | 547 | | |
537 | 548 | | |
538 | 549 | | |
| |||
0 commit comments