Skip to content

Fix bug in enforced numeric bounds if max or min is 0

Snwachukwu requested to merge github/fork/ottomata/enforcedbounds into master

Created by: ottomata

  • Fix bug where a min or max of 0 was being interpreted as false and overwritten with bound
  • Fix tests to handle this

Bug: T258659

Merge request reports