Skip to content
Snippets Groups Projects

Support arbitrary float or int in URLs

This MR fixes #20 (closed) by removing the numerical type matching for URLs, since float doesn't also accept int and we don't want to encode every possible permutation (not that many, but the principle stands), so, just use string (default) and handle it later.

Merge request reports

Pipeline #521399 passed with warnings

Pipeline passed with warnings for ebf50ac1 on duncanmmacleod:support-float-or-int

Test coverage 91.00% (-0.40%) from 1 job
Approval is optional
Ready to merge by members who can write to the target branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading