Skip to content

Commit

Permalink
fix: update the range in fractional number partial test as parsing no…
Browse files Browse the repository at this point in the history
…w includes the dot in the returned range
  • Loading branch information
ansgarm committed Aug 21, 2024
1 parent 107393f commit 0267f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/expr_literal_value_completion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func TestCompletionAtPos_exprLiteralValue(t *testing.T) {
Range: hcl.Range{
Filename: "test.tf",
Start: hcl.Pos{Line: 1, Column: 8, Byte: 7},
End: hcl.Pos{Line: 1, Column: 10, Byte: 9},
End: hcl.Pos{Line: 1, Column: 11, Byte: 10},
},
},
},
Expand Down

0 comments on commit 0267f45

Please # to comment.