iabudiab / HTMLKit

An Objective-C framework for your everyday HTML needs.
MIT License
239 stars 27 forks source link

Fixed error with operator precedence in Xcode 12 #42

Closed pendowski closed 4 years ago

pendowski commented 4 years ago

Build fails in Xcode 12 beta 6 due to relative precedence of operators ?: and |. I also modified the test to be more straightforward what the result tested withing that assert should be, instead of having the same logic duplicated in the method and in the test.

iabudiab commented 4 years ago

@pendowski Thx for the PR!