-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1619 from gavin-ts/fix-dagre-id-registration
Fix dagre id registration
- Loading branch information
Showing
7 changed files
with
638 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
vars: { | ||
base-constraints: [NOT NULL; UNQ] | ||
disclaimer: DISCLAIMER { | ||
I am not a lawyer | ||
near: top-center | ||
} | ||
} | ||
|
||
data: { | ||
shape: sql_table | ||
a: int {constraint: [PK; ...${base-constraints}]} | ||
} | ||
|
||
custom-disclaimer: DRAFT DISCLAIMER { | ||
...${disclaimer} | ||
} |
206 changes: 206 additions & 0 deletions
206
e2etests/testdata/regression/disclaimer/dagre/board.exp.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
103 changes: 103 additions & 0 deletions
103
e2etests/testdata/regression/disclaimer/dagre/sketch.exp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.