diff options
Diffstat (limited to 'source/features/enable-file-links-in-compare-view.tsx')
-rw-r--r-- | source/features/enable-file-links-in-compare-view.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/features/enable-file-links-in-compare-view.tsx b/source/features/enable-file-links-in-compare-view.tsx index a988e001..e64fe86d 100644 --- a/source/features/enable-file-links-in-compare-view.tsx +++ b/source/features/enable-file-links-in-compare-view.tsx @@ -79,3 +79,12 @@ void features.add(import.meta.url, { awaitDomReady: true, // DOM-based filters init, }); + +/* + +Test URLs + +- Open PR: https://github.com/refined-github/sandbox/pull/4/files +- Compare view: https://github.com/refined-github/sandbox/compare/default-a...very-very-long-long-long-long-branch-name + +*/ |