We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be14ab5 commit 1d162cdCopy full SHA for 1d162cd
1 file changed
types/diagnostics_test.go
@@ -40,7 +40,7 @@ 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.
+// if the DiagnosticExtra already exists in the chain.
44
func TestDiagnosticExtraExisting(t *testing.T) {
45
diag := &hcl.Diagnostic{
46
Severity: hcl.DiagWarning,
0 commit comments