]> granicus.if.org Git - graphviz/commit
Add failing test case for #2225
authorMark Hansen <markhansen@google.com>
Fri, 8 Apr 2022 07:34:40 +0000 (17:34 +1000)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 5 May 2022 00:02:27 +0000 (17:02 -0700)
commit77646425d61f6a4e62845df2f0366198adaa3233
treeb4711aef0436ce14448f66311a23978725b608ad
parent89d66f6f1aeba5f9ec9223e0ffd4b996cc8eafd4
Add failing test case for #2225

This fails when I run

```
pytest test_regression.py -k test_2225
```

on macOS.

I manually reduced the test case to minimal format, starting from
`graphs/undirected/ngk10_4.gv` and removing unnecessary elements.

Co-authored-by: Matthew Fernandez <matthew.fernandez@gmail.com>
rtest/2225.dot [new file with mode: 0644]
rtest/test_regression.py