fix format tests
This commit is contained in:
parent
6047dc4a69
commit
d9387f771d
1 changed files with 9 additions and 9 deletions
|
|
@ -152,7 +152,7 @@ meow
|
||||||
diagram: int {constraint: foreign_key}
|
diagram: int {constraint: foreign_key}
|
||||||
}
|
}
|
||||||
meow <- diagrams.id
|
meow <- diagrams.id
|
||||||
|
|
||||||
steps: {
|
steps: {
|
||||||
shape: sql_table
|
shape: sql_table
|
||||||
id: {type: int; constraint: primary_key}
|
id: {type: int; constraint: primary_key}
|
||||||
|
|
@ -664,8 +664,8 @@ x: @"x/../file"
|
||||||
b: {
|
b: {
|
||||||
e
|
e
|
||||||
scenarios: {
|
scenarios: {
|
||||||
p: {
|
p: {
|
||||||
x
|
x
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -677,14 +677,14 @@ x: @"x/../file"
|
||||||
exp: `layers: {
|
exp: `layers: {
|
||||||
b: {
|
b: {
|
||||||
e
|
e
|
||||||
|
|
||||||
scenarios: {
|
scenarios: {
|
||||||
p: {
|
p: {
|
||||||
x
|
x
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
steps: {
|
steps: {
|
||||||
a
|
a
|
||||||
}
|
}
|
||||||
|
|
@ -762,7 +762,7 @@ only-layers: {
|
||||||
X
|
X
|
||||||
Y
|
Y
|
||||||
}
|
}
|
||||||
|
|
||||||
layers: {
|
layers: {
|
||||||
Z
|
Z
|
||||||
}
|
}
|
||||||
|
|
@ -772,10 +772,10 @@ layers: {
|
||||||
Test super nested: {
|
Test super nested: {
|
||||||
base-layer
|
base-layer
|
||||||
last-layer
|
last-layer
|
||||||
|
|
||||||
layers: {
|
layers: {
|
||||||
layer-board
|
layer-board
|
||||||
|
|
||||||
layers: {
|
layers: {
|
||||||
grand-child-layer: {
|
grand-child-layer: {
|
||||||
grand-child-board
|
grand-child-board
|
||||||
|
|
@ -788,7 +788,7 @@ layers: {
|
||||||
scenarios: {
|
scenarios: {
|
||||||
scenario-1: {
|
scenario-1: {
|
||||||
non-step
|
non-step
|
||||||
|
|
||||||
steps: {
|
steps: {
|
||||||
step-1: {
|
step-1: {
|
||||||
Test
|
Test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue