Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.3.0
-
None
-
None
Description
axutil_last_token() adds tokens in wrong order. The first token returned by this method should be the last match. But, it rather returns it as the second, having the remainder as the first token. I believe this must be documented to solve this issue. Changing this would lead to inconsistent API.