summaryrefslogtreecommitdiff
path: root/internal/lsp/instruction_table_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/instruction_table_test.go')
-rw-r--r--internal/lsp/instruction_table_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/lsp/instruction_table_test.go b/internal/lsp/instruction_table_test.go
index e92ffde..06364db 100644
--- a/internal/lsp/instruction_table_test.go
+++ b/internal/lsp/instruction_table_test.go
@@ -8,7 +8,7 @@ func TestFindFirstInstructionInLine_Table(t *testing.T) {
line string
instr string
}{
- {"strict_semicolon", ";do; trailing", "do"},
+ {"strict_inline_marker", ">do> trailing", "do"},
{"c_block", "x /* add docs */ y", "add docs"},
{"html_comment", "<!-- fix --> code", "fix"},
{"slash_slash", "code // please refactor", "please refactor"},
@@ -22,4 +22,3 @@ func TestFindFirstInstructionInLine_Table(t *testing.T) {
}
}
}
-