Feature/tag/urlencode #11
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dolysis/yary#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/tag/urlencode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements the functionality for #8 to be closed, allowing us to fully support YAML tag scanning.
This PR includes a new function:
tag_uri_unescape
, which handles correctly unescaping a percent encoded, UTF8 encoded byte sequence.Note that this PR will not close #8, as that requires a refactoring of
scanner/mod.rs
. A later PR will use the code delivered here to actually close that issue.