You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at the Range class implementation, the parse() splits the input by || and format() joins it with ||.
According to the bnf, this is a range-set.
This is confusing as the Range class has a property called set. Why is it named Range and not RangeSet?
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When looking at the
Range
class implementation, theparse()
splits the input by||
andformat()
joins it with||
.According to the bnf, this is a
range-set
.This is confusing as the
Range
class has a property calledset
. Why is it namedRange
and notRangeSet
?Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
The text was updated successfully, but these errors were encountered: