[fix] Make funcparser correctly preserve one escape character if using e.g. \\. Resolve #3692.

This commit is contained in:
Griatch 2025-01-18 11:36:40 +01:00
parent 6567f26615
commit c2e71f4acb
4 changed files with 11 additions and 7 deletions

View file

@ -14,6 +14,8 @@
finds `big sword` even if another type of sword is around (InspectorCaracal)
- [Fix][pull3690]: In searches, allow special 'here' and 'me' keywords only be valid queries
unless current location and/or caller is in valid search candidates respectively (InspectorCaracal)
- [Fix][pull3694]: Funcparser swallowing rest of line after a `\`-escape (count-infinity)
- Fix: Make `\\` properly preserve one backlash in funcparser (Griatch)
- [Docs]: Fixes from InspectorCaracal, Griatch