fix: testcase systax
This commit is contained in:
parent
04cc7bd207
commit
e8351f752d
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue