Files
fish-shell/tests/checks
Johannes Altmanninger 30942e16dc Fix prefix/suffix icase comparisons
As reported on Gitter, running "echo İ" makes history autosuggestion
for "echo i" crash.  This is because history search correctly
returns the former, but string_prefixes_string_case_insensitive("i",
"İ") incorrectly returns false.  This is because the prefix check
is implemented by trimming the rhs to the length of the prefix and
checking if the result is equal to the prefix.  This is wrong because
the prefix computation should operate on the canonical lowercase
version, because that's what history search uses.
2025-12-27 12:19:24 +01:00
..
2025-06-23 13:53:43 +02:00
2025-12-08 21:19:43 +08:00
2025-12-21 12:21:25 +01:00
2025-12-17 10:27:24 +08:00
2025-04-18 20:22:30 +02:00
2025-12-05 16:06:22 +01:00
2025-03-13 18:13:10 +01:00
2025-06-05 14:10:47 +02:00
2024-04-21 14:35:13 +02:00
2025-03-13 18:13:10 +01:00
2025-11-23 12:30:22 +01:00
2025-03-13 18:13:10 +01:00
2025-10-11 18:02:57 +02:00
2025-01-26 20:30:48 -08:00