mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
Fixed issue #1432 (strm2oas def ignores path segment)
This commit is contained in:
@@ -588,8 +588,8 @@ DEFImporter::read_single_net (std::string &nondefaultrule, Layout &layout, db::C
|
||||
error (tl::to_string (tr ("RECT routing specification not followed by coordinate list")));
|
||||
}
|
||||
|
||||
// breaks wiring
|
||||
pts.clear ();
|
||||
// breaks wiring? Issue #1432 says: no.
|
||||
// pts.clear ();
|
||||
|
||||
// rect spec
|
||||
|
||||
|
||||
@@ -986,3 +986,9 @@ TEST(207_joined_paths)
|
||||
run_test (_this, "issue-1345", "lef:in.lef+def:in.def", "au-nojoin.oas.gz", default_options (), false);
|
||||
}
|
||||
|
||||
// issue-1432
|
||||
TEST(208_nets_and_rects)
|
||||
{
|
||||
run_test (_this, "issue-1432", "map:test.map+lef:test.lef+def:test.def", "au.oas", default_options (), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user