Skip to content

fix issues 53 :Integer validation false positive: minInclusive, maxInclusive

Zhongyuan Zhou requested to merge zaneChou/libxml2:fix_issue53 into master
  • fix #53 (closed) :Integer validation false positive: minInclusive, maxInclusive

  • A warning will be returned when the value exceeds minInclusive or maxInclusive.Will not return a type error at the same time

  • And test case results should also change

Merge request reports