diff --git a/Cargo.lock b/Cargo.lock index 824684b..1416d9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "navi" -version = "2.21.0" +version = "2.22.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 25e5d1d..f78a831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.21.0" +version = "2.22.0" authors = ["Denis Isidoro "] edition = "2021" description = "An interactive cheatsheet tool for the command-line" diff --git a/tests/no_prompt_cheats/cases.cheat b/tests/no_prompt_cheats/cases.cheat index 83c5bd4..f1caeb2 100644 --- a/tests/no_prompt_cheats/cases.cheat +++ b/tests/no_prompt_cheats/cases.cheat @@ -5,7 +5,7 @@ # trivial case -> "foo" echo "foo" -# map -> "_foo_" +# map with underscores -> "_foo_" echo "" # expand -> "foo"