diff --git a/test/options/doge_comment_interactive.vader b/test/options/doge_comment_interactive.vader index 894e7e06..5614839a 100644 --- a/test/options/doge_comment_interactive.vader +++ b/test/options/doge_comment_interactive.vader @@ -49,7 +49,7 @@ Do (trigger doge and try to jump forwards outside of the comment): Then (expect the last TODO in the comment to be selected): AssertEqual 's', mode() AssertEqual 7, line('.') - AssertEqual 42, col('.') + AssertEqual 40, col('.') # ------------------------------------------------------------------------------ @@ -60,7 +60,7 @@ Do (trigger doge and jump forward): Then (expect the second TODO in the comment to be selected): AssertEqual 's', mode() AssertEqual 4, line('.') - AssertEqual 23, col('.') + AssertEqual 21, col('.') # ------------------------------------------------------------------------------ @@ -74,7 +74,7 @@ Do (trigger doge and jump forward until the last TODO item): Then (expect the last TODO in the comment to be selected): AssertEqual 's', mode() AssertEqual 7, line('.') - AssertEqual 42, col('.') + AssertEqual 40, col('.') # ------------------------------------------------------------------------------