Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed May 20, 2020
1 parent d5f6966 commit 076ca89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/lsp/file_change_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ func TestLspRangeToHCL(t *testing.T) {
},
{
Name: "contain 𐐀",
// 𐐀 in utf-16 has two character
// in utf-8 has four character
// 𐐀 in utf-16 has two unit
// in utf-8 has four unit
Content: "hello 𐐀a𐐀a world",
// the range part of "a𐐀a"
Range: lsp.Range{
Expand Down

0 comments on commit 076ca89

Please sign in to comment.