Fixed #1433 (def syntax error not captured)

This commit is contained in:
Matthias Koefferlein
2023-07-30 11:40:24 +02:00
parent abf2970438
commit 42baaef031
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 '+'")));
}
}