This commit is contained in:
a1346054 2024-11-22 14:16:04 +00:00 committed by GitHub
commit 23cd0e37ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 17 additions and 22 deletions

View file

@ -34,9 +34,9 @@ else
touch kappa.exe
chmod +x kappa.exe
cd kappa
BUFFER='$PWD.exe; ${PWD}.exe'
expected_region_highlight=(
"1 8 unknown-token" # $PWD.exe - not eval'd; issue #328
"9 9 commandseparator" # ;

View file

@ -34,4 +34,3 @@ expected_region_highlight=(
"1 2 command" # ls
"4 4 default" # ~
)