summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/parsers/parsefuncs_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/parsers/parsefuncs_test.go b/internal/parsers/parsefuncs_test.go
index 4c2e1366..bb7ef25a 100644
--- a/internal/parsers/parsefuncs_test.go
+++ b/internal/parsers/parsefuncs_test.go
@@ -733,11 +733,11 @@ func TestToCUE(t *testing.T) {
}
expected := `{
- "two-and-a-half": 2.5
list: [1, 2, 3]
- two: 2
- one: 1
matches: ["localhost:443", "localhost", "443"]
+ one: 1
+ two: 2
+ "two-and-a-half": 2.5
}`
out, err := ToCUE(in)