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",
script: `
a -> b
a -> c {
a -> c: {
style: {
border-radius: 0
}
}
a -> e {
a -> e: {
style: {
border-radius: 5
}
}
a -> f {
a -> f: {
style: {
border-radius: 10
}
}
a -> g {
a -> g: {
style: {
border-radius: 20
}