You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
One of my cheatsheet produces error
export RUST_BACKTRACE=1; navi
thread 'main' panicked at 'byte index 2 is not a char boundary; it is inside '\u{a0}' (bytes 1..3) of `# do not fragment off`', src/parser.rs:110:22
stack backtrace:
To Reproduce
Steps to reproduce the behavior:
Create a cheatsheet with
% bgp,cisco,pushou
# other
route-map nodf permit 10
set ip df 0
interface FastEthernet2
ip policy route-map nodf
Launch navi
Use UP arrow key
See error trace
export RUST_BACKTRACE=1; navi
thread 'main' panicked at 'byte index 2 is not a char boundary; it is inside '\u{a0}' (bytes 1..3) of `# do not fragment off`', src/parser.rs:110:22
stack backtrace:
OAOOOOOOOOOO
Remove lines in the cheatsheet and Navi worked as expected
Expected behavior
run Navi without error
Versions:
OS: Ubuntu 24
Navi 2.0.23
zsh 5.9 (x86_64-ubuntu-linux-gnu) same behavior under bash
thanks for Navi !
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)
Describe the bug
One of my cheatsheet produces error
To Reproduce
Steps to reproduce the behavior:
Launch navi
Use UP arrow key
See error trace
Remove lines in the cheatsheet and Navi worked as expected
Expected behavior
run Navi without error
Versions:
thanks for Navi !
The text was updated successfully, but these errors were encountered: