tests
This commit is contained in:
parent
4dbae3c925
commit
4c6353c412
2 changed files with 0 additions and 24 deletions
12
testdata/d2compiler/TestCompile/no-nested-columns-2.exp.json
generated
vendored
12
testdata/d2compiler/TestCompile/no-nested-columns-2.exp.json
generated
vendored
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"graph": null,
|
|
||||||
"err": {
|
|
||||||
"ioerr": null,
|
|
||||||
"errs": [
|
|
||||||
{
|
|
||||||
"range": "d2/testdata/d2compiler/TestCompile/no-nested-columns-2.d2,4:4:34-4:5:35",
|
|
||||||
"errmsg": "d2/testdata/d2compiler/TestCompile/no-nested-columns-2.d2:5:5: sql_table columns cannot have children"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
12
testdata/d2compiler/TestCompile/no-nested-columns.exp.json
generated
vendored
12
testdata/d2compiler/TestCompile/no-nested-columns.exp.json
generated
vendored
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"graph": null,
|
|
||||||
"err": {
|
|
||||||
"ioerr": null,
|
|
||||||
"errs": [
|
|
||||||
{
|
|
||||||
"range": "d2/testdata/d2compiler/TestCompile/no-nested-columns.d2,2:9:33-2:10:34",
|
|
||||||
"errmsg": "d2/testdata/d2compiler/TestCompile/no-nested-columns.d2:3:10: sql_table columns cannot have children"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue