github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/views/json/testdata/diagnostic/error-with-unset-highlight-end-position.json (about) 1 { 2 "severity": "error", 3 "summary": "There is no end", 4 "detail": "But there is a beginning", 5 "range": { 6 "filename": "test.tf", 7 "start": { 8 "line": 1, 9 "column": 16, 10 "byte": 15 11 }, 12 "end": { 13 "line": 1, 14 "column": 17, 15 "byte": 16 16 } 17 }, 18 "snippet": { 19 "context": "resource \"test_resource\" \"test\"", 20 "code": "resource \"test_resource\" \"test\" {", 21 "start_line": 1, 22 "highlight_start_offset": 15, 23 "highlight_end_offset": 16, 24 "values": [] 25 } 26 }