Tests for new DRC features (square, new attiribute tests)

This commit is contained in:
Matthias Koefferlein
2021-01-13 13:35:37 +01:00
parent a8f08bffac
commit c5859cd957
15 changed files with 160 additions and 23 deletions
+10
View File
@@ -198,3 +198,13 @@ TEST(13d)
{
run_test (_this, "13", true);
}
TEST(14)
{
run_test (_this, "14", false);
}
TEST(14d)
{
run_test (_this, "14", true);
}
+10
View File
@@ -1127,3 +1127,13 @@ TEST(25d_spaceWithOptions)
{
run_test (_this, "25", true);
}
TEST(26_attributes)
{
run_test (_this, "26", false);
}
TEST(26d_attributes)
{
run_test (_this, "26", true);
}