We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b83a5a commit ae10665Copy full SHA for ae10665
1 file changed
types/diagnostics_test.go
@@ -40,7 +40,8 @@ func TestDiagnosticExtra(t *testing.T) {
40
// The `parent` wrapped is lost here, so calling `SetDiagnosticExtra` is
41
// lossy. In practice, we only call this once, so it's ok.
42
// TODO: Fix SetDiagnosticExtra to maintain the parents
43
-// if the DiagnosticExtra already exists in the chain.
+//
44
+// if the DiagnosticExtra already exists in the chain.
45
func TestDiagnosticExtraExisting(t *testing.T) {
46
diag := &hcl.Diagnostic{
47
Severity: hcl.DiagWarning,
0 commit comments