Skip to content

Commit

Permalink
Update vim/sensei.test.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Sep 18, 2024
1 parent b04178b commit f038f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/test/run.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ try
execute "source " . name
endfor
catch
FAILURE substitute(substitute(v:throwpoint, "^command line..script ", "", ""), expand("<script>") . "\\v\\[\\d+]\\.\\.(.*)\\[(\\d+)\\]\\.\\.function ShouldBe, line \\d+", "\\1:\\2", "")
FAILURE substitute(substitute(v:throwpoint, '^command line..script ', '', ''), expand('<script>') . '\v\[\d+]\.\.(.*)\[(\d+)\]\.\.function ShouldBe, line \d+', '\1:\2', '')
echo "\n"
FAILURE v:exception
cquit
Expand Down

0 comments on commit f038f9a

Please sign in to comment.