Files
fish-shell/tests
Fabian Boehm b82dad0160 Fix tokenizer crash
This would crash from the highlighter for something like

`PATH={$PATH[echo " "`

The underlying cause is that we use "char_at" which panics on
overread.

So instead this implements try_char_at and then just returns None.
2024-01-09 19:12:16 +01:00
..
2024-01-09 19:12:16 +01:00
2024-01-07 15:13:34 +01:00
2021-08-30 17:16:19 +02:00