Fixed a bug that content cannot be retrieved if "#" is included in a file or folder name. #2608
Fixed a bug that content cannot be retrieved if "#" is included in a file or folder name. #2608nickfloyd merged 7 commits intooctokit:mainfrom minoura-a:fix-2587
Conversation
|
@minoura-a nice work! Would you mind adding tests for the new helper you created to match those here? |
|
@kfcampbell |
|
@kfcampbell |
|
I think it's still worthwhile to create a test for this behavior, similar to the one for |
|
@kfcampbell |
|
@kfcampbell |
I have confirmed that content can be retrieved even if "#" is included in the file or folder name.
I have confirmed that all unit tests passed.
#2587