Skip to content

Commit

Permalink
fix format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Oct 22, 2024
1 parent 6047dc4 commit d9387f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions d2format/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ meow
diagram: int {constraint: foreign_key}
}
meow <- diagrams.id
steps: {
shape: sql_table
id: {type: int; constraint: primary_key}
Expand Down Expand Up @@ -664,8 +664,8 @@ x: @"x/../file"
b: {
e
scenarios: {
p: {
x
p: {
x
}
}
}
Expand All @@ -677,14 +677,14 @@ x: @"x/../file"
exp: `layers: {
b: {
e
scenarios: {
p: {
x
}
}
}
steps: {
a
}
Expand Down Expand Up @@ -762,7 +762,7 @@ only-layers: {
X
Y
}
layers: {
Z
}
Expand All @@ -772,10 +772,10 @@ layers: {
Test super nested: {
base-layer
last-layer
layers: {
layer-board
layers: {
grand-child-layer: {
grand-child-board
Expand All @@ -788,7 +788,7 @@ layers: {
scenarios: {
scenario-1: {
non-step
steps: {
step-1: {
Test
Expand Down

0 comments on commit d9387f7

Please sign in to comment.