mirror of https://github.com/KLayout/klayout.git
Added one more testcase
This commit is contained in:
parent
73364ee406
commit
986474d465
|
|
@ -372,5 +372,10 @@ TEST(12)
|
|||
|
||||
path.hull (pts, 4);
|
||||
EXPECT_EQ (to_string (pts), "(286,521;454,350;522,282;240,0;70,170;0,241)");
|
||||
|
||||
tl::Extractor ("(143,381;262,260;381,141) w=1000 bx=0 ex=0 r=false").read (path);
|
||||
|
||||
path.hull (pts, 4);
|
||||
EXPECT_EQ (to_string (pts), "(286,521;454,350;522,282;240,0;70,170;0,241;499,732;564,666;735,495;27,-213;-40,-146;-213,30)");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue