Igor Lins e Silva
c4eeec8642
test: use shlex.quote in resume-hint assertions for Windows
...
The pre-existing test_maybe_run_mine_prompt_declined_prints_hint
asserted the bare unquoted form `mempalace mine {tmp_path}`. After
the production code switched to shlex.quote on the resume hint, this
passed on Linux/macOS (POSIX paths have no characters that trigger
quoting) but failed on Windows where backslashes always get wrapped
in single quotes.
Mirror the production code in the assertion via shlex.quote so it's
portable across platforms; do the same for the two new
spaces-in-path tests for consistency.
2026-04-25 01:18:31 -03:00
..
2026-04-14 17:43:26 +00:00
2026-04-13 18:29:48 -04:00
2026-04-18 18:04:05 -07:00
2026-04-19 10:34:11 +02:00
2026-04-25 01:18:31 -03:00
2026-04-13 18:40:36 -03:00
2026-04-13 19:08:57 -03:00
2026-04-25 00:39:37 -03:00
2026-04-24 11:13:51 +02:00
2026-04-24 23:09:23 +00:00
2026-04-18 12:52:01 -03:00
2026-04-24 23:10:20 +00:00
2026-04-13 16:20:55 -03:00
2026-04-24 01:30:40 -03:00
2026-04-14 00:31:16 -03:00
2026-04-11 16:16:31 -07:00
2026-04-24 23:11:29 +00:00
2026-04-15 00:26:38 -07:00
2026-04-24 23:06:26 -03:00
2026-04-15 00:26:24 -07:00
2026-04-11 21:25:04 -07:00
2026-04-13 18:20:11 -03:00
2026-04-08 21:08:49 +03:00
2026-04-13 17:11:11 -07:00
2026-04-23 23:39:23 -03:00
2026-04-21 01:43:08 -03:00
2026-04-13 18:40:36 -03:00
2026-04-15 23:33:42 +02:00
2026-04-21 01:09:54 -03:00
2026-04-15 00:26:41 -07:00
2026-04-16 16:00:29 +05:00
2026-04-14 13:09:10 -07:00
2026-04-08 21:38:12 +03:00
2026-04-08 15:12:12 -03:00
2026-04-24 23:06:26 -03:00
2026-04-11 16:16:49 -07:00
2026-04-24 00:46:43 -03:00
2026-04-24 23:06:26 -03:00
2026-04-23 23:39:34 -03:00
2026-04-15 00:26:51 -07:00
2026-04-12 22:19:58 -03:00
2026-04-18 13:14:32 -03:00
2026-04-25 01:18:31 -03:00
2026-04-15 00:27:01 -07:00
2026-04-16 16:00:29 +05:00
2026-04-24 23:06:26 -03:00
2026-04-16 09:00:27 -07:00
2026-04-24 23:06:26 -03:00
2026-04-12 22:19:58 -03:00
2026-04-14 21:59:55 -03:00
2026-04-14 00:31:16 -03:00
2026-04-11 16:16:06 -07:00
2026-04-13 18:09:59 -07:00
2026-04-14 10:55:56 -07:00
2026-04-25 00:39:37 -03:00
2026-04-18 17:17:50 -03:00
2026-04-08 21:38:12 +03:00
2026-04-08 21:08:49 +03:00
2026-04-08 21:07:03 +03:00
2026-04-18 13:22:18 -03:00
2026-04-07 08:53:25 +01:00