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
Binding segments that use the escaped syntax (e.g ['bar']) should use the literal value of the segment in the escape brackets. However, if a number with a leading zero is used as a path segment in the Binding Parser will auto covert it to an integer, thus stripping the leading zero from the segment. The expected behavior would be for it to keep the leading zero. #533 Has a failing testcase that shows this behavior and a proposed fix.
The text was updated successfully, but these errors were encountered:
Binding segments that use the escaped syntax (e.g
['bar']
) should use the literal value of the segment in the escape brackets. However, if a number with a leading zero is used as a path segment in the Binding Parser will auto covert it to an integer, thus stripping the leading zero from the segment. The expected behavior would be for it to keep the leading zero. #533 Has a failing testcase that shows this behavior and a proposed fix.The text was updated successfully, but these errors were encountered: