add geometry tests

This commit is contained in:
Alexey Fedoseev
2024-04-25 10:54:23 +03:00
parent d4d7872713
commit cab6585b01
24 changed files with 87 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ int main(int argc, char** argv)
}
State* parent = d.new_state(sm, "State");
d.new_terminate(parent, "Local term");
d.new_terminate(parent, "Local term", Point(30, 40));
try {
cout << d << endl;