Update measured_test.go

This commit is contained in:
Bernard Xie 2023-06-02 10:57:40 -07:00
parent 9f581bd78a
commit 98c78c1f19
No known key found for this signature in database
GPG key ID: 3C3E0036CE0F892C

View file

@ -26,14 +26,6 @@ func testMeasured(t *testing.T) {
name: "empty-sql_table",
mtexts: []*d2target.MText{},
script: `a: "" { shape: sql_table }
`,
},
{
name: "empty-markdown",
mtexts: []*d2target.MText{},
script: `a: |md
` + " " + `
|
`,
},
}