Update measured_test.go
This commit is contained in:
parent
9f581bd78a
commit
98c78c1f19
1 changed files with 0 additions and 8 deletions
|
|
@ -26,14 +26,6 @@ func testMeasured(t *testing.T) {
|
||||||
name: "empty-sql_table",
|
name: "empty-sql_table",
|
||||||
mtexts: []*d2target.MText{},
|
mtexts: []*d2target.MText{},
|
||||||
script: `a: "" { shape: sql_table }
|
script: `a: "" { shape: sql_table }
|
||||||
`,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "empty-markdown",
|
|
||||||
mtexts: []*d2target.MText{},
|
|
||||||
script: `a: |md
|
|
||||||
` + " " + `
|
|
||||||
|
|
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue