File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ import (
8
8
"testing"
9
9
10
10
"github.com/google/go-cmp/cmp"
11
- "github.com/zclconf/go-cty-debug/ctydebug"
12
- "github.com/zclconf/go-cty/cty"
13
11
14
12
"github.com/hashicorp/hcl-lang/lang"
15
13
"github.com/hashicorp/hcl-lang/schema"
16
14
"github.com/hashicorp/hcl/v2"
17
15
"github.com/hashicorp/hcl/v2/hclsyntax"
18
16
"github.com/hashicorp/hcl/v2/json"
17
+ "github.com/zclconf/go-cty-debug/ctydebug"
18
+ "github.com/zclconf/go-cty/cty"
19
19
)
20
20
21
21
func TestDecoder_CandidatesAtPos_noSchema (t * testing.T ) {
@@ -460,7 +460,7 @@ func TestDecoder_CandidatesAtPos_rightHandSide(t *testing.T) {
460
460
},
461
461
}
462
462
testConfig := []byte (`myblock "foo" {
463
- num_attr =
463
+ num_attr =
464
464
}
465
465
` )
466
466
Original file line number Diff line number Diff line change @@ -7,14 +7,13 @@ import (
7
7
"testing"
8
8
9
9
"github.com/google/go-cmp/cmp"
10
- "github.com/zclconf/go-cty-debug/ctydebug"
11
- "github.com/zclconf/go-cty/cty"
12
-
13
10
"github.com/hashicorp/hcl-lang/lang"
14
11
"github.com/hashicorp/hcl-lang/reference"
15
12
"github.com/hashicorp/hcl-lang/schema"
16
13
"github.com/hashicorp/hcl/v2"
17
14
"github.com/hashicorp/hcl/v2/hclsyntax"
15
+ "github.com/zclconf/go-cty-debug/ctydebug"
16
+ "github.com/zclconf/go-cty/cty"
18
17
)
19
18
20
19
func TestDecoder_HoverAtPos_expressions (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments