fix: testcase systax

This commit is contained in:
donglixiaoche 2023-03-01 12:30:36 +08:00
parent 04cc7bd207
commit e8351f752d
No known key found for this signature in database
GPG key ID: F235CD35048B3752

View file

@ -16,22 +16,22 @@ func testStable(t *testing.T) {
name: "elk_border_radius", name: "elk_border_radius",
script: ` script: `
a -> b a -> b
a -> c { a -> c: {
style: { style: {
border-radius: 0 border-radius: 0
} }
} }
a -> e { a -> e: {
style: { style: {
border-radius: 5 border-radius: 5
} }
} }
a -> f { a -> f: {
style: { style: {
border-radius: 10 border-radius: 10
} }
} }
a -> g { a -> g: {
style: { style: {
border-radius: 20 border-radius: 20
} }