@@ -33,7 +33,7 @@ function! Test_Multiple_Threads_Continue()
3333 \ AssertMatchList (
3434 \ [
3535 \ ' - Thread [0-9]\+: .* (paused)' ,
36- \ ' .*: .* @threads.cpp:' . string ( thread_l )
36+ \ ' .*@threads.cpp:' . string ( thread_l )
3737 \ ],
3838 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
3939 \ 1 ,
@@ -48,7 +48,7 @@ function! Test_Multiple_Threads_Continue()
4848 \ AssertMatchList (
4949 \ [
5050 \ ' - Thread [0-9]\+: .* (paused)' ,
51- \ ' .*: .* @threads.cpp:' . string ( thread_l )
51+ \ ' .*@threads.cpp:' . string ( thread_l )
5252 \ ],
5353 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
5454 \ 1 ,
@@ -73,7 +73,7 @@ function! Test_Multiple_Threads_Continue()
7373 \ AssertMatchList (
7474 \ [
7575 \ ' - Thread [0-9]\+: .* (paused)' ,
76- \ ' .*: .* @threads.cpp:' . string ( thread_l )
76+ \ ' .*@threads.cpp:' . string ( thread_l )
7777 \ ],
7878 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
7979 \ 1 ,
@@ -98,7 +98,7 @@ function! Test_Multiple_Threads_Continue()
9898 \ AssertMatchList (
9999 \ [
100100 \ ' - Thread [0-9]\+: .* (paused)' ,
101- \ ' .*: .* @threads.cpp:' . string ( thread_l )
101+ \ ' .*@threads.cpp:' . string ( thread_l )
102102 \ ],
103103 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
104104 \ 1 ,
@@ -124,7 +124,7 @@ function! Test_Multiple_Threads_Continue()
124124 \ AssertMatchList (
125125 \ [
126126 \ ' - Thread [0-9]\+: .* (paused)' ,
127- \ ' .*: .* @threads.cpp:' . string ( thread_l )
127+ \ ' .*@threads.cpp:' . string ( thread_l )
128128 \ ],
129129 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
130130 \ 1 ,
@@ -149,7 +149,7 @@ function! Test_Multiple_Threads_Continue()
149149 \ AssertMatchList (
150150 \ [
151151 \ ' - Thread [0-9]\+: .* (paused)' ,
152- \ ' .*: .* @threads.cpp:' . string ( notify_l )
152+ \ ' .*@threads.cpp:' . string ( notify_l )
153153 \ ],
154154 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
155155 \ 1 ,
@@ -195,7 +195,7 @@ function! Test_Multiple_Threads_Step()
195195 \ AssertMatchList (
196196 \ [
197197 \ ' - Thread [0-9]\+: .* (paused)' ,
198- \ ' .*: .* @threads.cpp:' . string ( thread_l )
198+ \ ' .*@threads.cpp:' . string ( thread_l )
199199 \ ],
200200 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
201201 \ 1 ,
@@ -370,10 +370,10 @@ function! Test_UpDownStack()
370370 \ AssertMatchList (
371371 \ [
372372 \ ' - Thread 1: MainThread (paused)' ,
373- 374- 375- 376- \ ' 5: <module>@main.py:29' ,
373+ 374+ 375+ 376+ \ ' <module>@main.py:29' ,
377377 \ ],
378378 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
379379 \ 1 ,
@@ -401,10 +401,10 @@ function! Test_UpDownStack()
401401 \ AssertMatchList (
402402 \ [
403403 \ ' - Thread 1: MainThread (paused)' ,
404- 405- 406- 407- \ ' 5: <module>@main.py:29' ,
404+ 405+ 406+ 407+ \ ' <module>@main.py:29' ,
408408 \ ],
409409 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
410410 \ 1 ,
@@ -433,10 +433,10 @@ function! Test_UpDownStack()
433433 \ AssertMatchList (
434434 \ [
435435 \ ' - Thread 1: MainThread (paused)' ,
436- 437- 438- 439- \ ' 5: <module>@main.py:29' ,
436+ 437+ 438+ 439+ \ ' <module>@main.py:29' ,
440440 \ ],
441441 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
442442 \ 1 ,
@@ -465,10 +465,10 @@ function! Test_UpDownStack()
465465 \ AssertMatchList (
466466 \ [
467467 \ ' - Thread 1: MainThread (paused)' ,
468- 469- 470- 471- \ ' 5: <module>@main.py:29' ,
468+ 469+ 470+ 471+ \ ' <module>@main.py:29' ,
472472 \ ],
473473 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
474474 \ 1 ,
@@ -497,10 +497,10 @@ function! Test_UpDownStack()
497497 \ AssertMatchList (
498498 \ [
499499 \ ' - Thread 1: MainThread (paused)' ,
500- 501- 502- 503- \ ' 5: <module>@main.py:29' ,
500+ 501+ 502+ 503+ \ ' <module>@main.py:29' ,
504504 \ ],
505505 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
506506 \ 1 ,
@@ -529,10 +529,10 @@ function! Test_UpDownStack()
529529 \ AssertMatchList (
530530 \ [
531531 \ ' - Thread 1: MainThread (paused)' ,
532- 533- 534- 535- \ ' 5: <module>@main.py:29' ,
532+ 533+ 534+ 535+ \ ' <module>@main.py:29' ,
536536 \ ],
537537 \ GetBufLine ( winbufnr ( g: vimspector_session_windows .stack_trace ),
538538 \ 1 ,
0 commit comments