fix: gist not support username contains numbers (#1622)
This commit is contained in:
committed by
GitHub
parent
1b6a986986
commit
fdaa36c9fd
@@ -9,6 +9,12 @@ describe("Gist", () => {
|
||||
match
|
||||
)
|
||||
).toBeTruthy();
|
||||
|
||||
expect(
|
||||
"https://gist.github.com/n3n/eb51ada6308b539d388c8ff97711adfa".match(
|
||||
match
|
||||
)
|
||||
).toBeTruthy();
|
||||
});
|
||||
|
||||
test("to not be enabled elsewhere", () => {
|
||||
|
||||
Reference in New Issue
Block a user