saabi/vminpoly

There is a duplicate check with the same method

Opened this issue · 1 comments

In the following line

test_results = testVWSupport(test_element, style_block) and testVWSupport(test_element, style_block) and testVMinSupport(test_element, style_block)

testVWSupport has been used two times. I think second one should be testVHSupport .

Pull request #40 should fix this issue.