ryardley/pdsl

"OR"ing number expressions in str length calls is not working correctly

ryardley opened this issue · 0 comments

It appears something is wrong with the way these kinds of numeric tests parse

p`string[<5 | >20]`("123456"); // true - should be false