Merge pull request #1456 from KLayout/issue-1433

Fixed #1433 (def syntax error not captured)
This commit is contained in:
Matthias Köfferlein
2023-08-08 07:19:06 +02:00
committed by GitHub
7 changed files with 9 additions and 3 deletions
@@ -526,6 +526,8 @@ DEFImporter::read_single_net (std::string &nondefaultrule, Layout &layout, db::C
sn = get_long ();
} else if (test ("SHAPE")) {
take ();
} else {
error (tl::to_string (tr ("Expected STYLE OR SHAPE specification following '+'")));
}
}