Files
openclaw/src
Conroy Whitney c20035094d fix: use & instead of <> in XML escaping test for Windows NTFS compatibility (#3750)
NTFS does not allow < or > in filenames, causing the XML filename
escaping test to fail on Windows CI with ENOENT.

Replace file<test>.txt with file&test.txt — & is valid on all platforms
and still requires XML escaping (&amp;), preserving the test's intent.

Fixes #3748
2026-01-29 05:46:50 +00:00
..
2026-01-28 22:00:11 -05:00
2026-01-28 22:00:11 -05:00
2026-01-28 11:39:35 -05:00
2026-01-28 22:00:11 -05:00
2026-01-28 00:31:58 +00:00
2026-01-28 22:00:11 -05:00
2026-01-25 06:37:39 +00:00
2026-01-27 12:21:01 +00:00
2026-01-25 12:22:36 +00:00
2026-01-18 19:34:21 +00:00
2026-01-14 15:02:19 +00:00
2026-01-18 03:55:14 +00:00