Skip to content

Commit 771e179

Browse files
committed
Async.Later: test fix for latest vim(add autocmd info into Throw message)
1 parent 80887bd commit 771e179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Async/Later.vimspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Describe Async.Later
8989
Assert Equals(exception, v:null)
9090
Assert Match(
9191
\ messages,
92-
\ '^\nHello World\nfunction .*<SNR>\d\+_throw, line 1',
92+
\ '^\nHello World\n.*function .*<SNR>\d\+_throw, line 1',
9393
\)
9494
End
9595

0 commit comments

Comments
 (0)