mirror of https://github.com/go-gitea/gitea
Test renderReadmeFile (#23185)
Add test coverage to the important features of
[`routers.web.repo.renderReadmeFile`](067b0c2664/routers/web/repo/view.go (L273)
);
namely that:
- it can handle looking in docs/, .gitea/, and .github/
- it can handle choosing between multiple competing READMEs
- it prefers the localized README to the markdown README to the
plaintext README
- it can handle broken symlinks when processing all the options
- it uses the name of the symlink, not the name of the target of the
symlink
pull/23188/head^2
parent
c5573dbc0f
commit
52e24167e5
@ -0,0 +1 @@ |
||||
ref: refs/heads/master |
@ -0,0 +1,4 @@ |
||||
[core] |
||||
repositoryformatversion = 0 |
||||
filemode = true |
||||
bare = true |
@ -0,0 +1,6 @@ |
||||
# git ls-files --others --exclude-from=.git/info/exclude |
||||
# Lines that start with '#' are comments. |
||||
# For a project mostly in C, the following would be a good set of |
||||
# exclude patterns (uncomment them if you want to use them): |
||||
# *.[oa] |
||||
# *~ |
@ -0,0 +1,21 @@ |
||||
ea9ef877d1d88af76682d8798418081264f10cfc refs/heads/fallbacks |
||||
0d4c14db927c9ffba01fa7e126cc748b5c02c01e refs/heads/fallbacks2 |
||||
c66d5b07c2063d3268707f22226c708b589574ef refs/heads/fallbacks3 |
||||
89f8426e9eb5eff35c09b3565836c8f8e15d0ce9 refs/heads/fallbacks4 |
||||
b0e902496eae435ad03c92a5d479f916ef2d4893 refs/heads/fallbacks5 |
||||
84a5500b5cc040b11daf53fc42c542a99589dc76 refs/heads/fallbacks6 |
||||
cf406a96e416d7de5c4c1bbfffdd672300c822bf refs/heads/fallbacks7 |
||||
0d6ac644b969e9199915a492da9dba08c179fd23 refs/heads/fallbacks8 |
||||
5038febc0c57215beb3748d7ae4091a25a4acc93 refs/heads/fallbacks9 |
||||
9134e1f178ca4cccf1a197142646f2d7627e8cd5 refs/heads/i18n |
||||
744d2441e55bc0010d6b340d303f0106a627ad29 refs/heads/master |
||||
3c492566170b057e962c025515ab38bbd7444077 refs/heads/plain |
||||
3882d6373a0882a6739b3cd9b24d21c630621234 refs/heads/sp-ace |
||||
bf5ed898252eaa50dcc01108ed4417c3ea98a294 refs/heads/special-subdir-.gitea |
||||
c03543573ab088ce1cf7090a387d2be621426234 refs/heads/special-subdir-.github |
||||
e75957ad9b7e6ed16dda183529ec283db0bbc5fe refs/heads/special-subdir-docs |
||||
46f5d5ab33d701642e08c713fab42af89fdd4fea refs/heads/special-subdir-nested |
||||
9c0f872256b839c2b97ec22fd348d87b14045513 refs/heads/subdir |
||||
d7a854fff61e45b98234d7aa79ecbcb1619cd3dd refs/heads/symlink |
||||
30b9c0ed4b1039dbd99f3fb537b84ca507e0549d refs/heads/symlink-loop |
||||
41489b7be5c2244d2b7b524dcb31caf3bd1f9ccc refs/heads/txt |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@ |
||||
P pack-8933bd634b76f8154310cccb52537a0195e43166.pack |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,22 @@ |
||||
# pack-refs with: peeled fully-peeled sorted |
||||
ea9ef877d1d88af76682d8798418081264f10cfc refs/heads/fallbacks |
||||
0d4c14db927c9ffba01fa7e126cc748b5c02c01e refs/heads/fallbacks2 |
||||
c66d5b07c2063d3268707f22226c708b589574ef refs/heads/fallbacks3 |
||||
89f8426e9eb5eff35c09b3565836c8f8e15d0ce9 refs/heads/fallbacks4 |
||||
b0e902496eae435ad03c92a5d479f916ef2d4893 refs/heads/fallbacks5 |
||||
84a5500b5cc040b11daf53fc42c542a99589dc76 refs/heads/fallbacks6 |
||||
cf406a96e416d7de5c4c1bbfffdd672300c822bf refs/heads/fallbacks7 |
||||
0d6ac644b969e9199915a492da9dba08c179fd23 refs/heads/fallbacks8 |
||||
5038febc0c57215beb3748d7ae4091a25a4acc93 refs/heads/fallbacks9 |
||||
9134e1f178ca4cccf1a197142646f2d7627e8cd5 refs/heads/i18n |
||||
744d2441e55bc0010d6b340d303f0106a627ad29 refs/heads/master |
||||
3c492566170b057e962c025515ab38bbd7444077 refs/heads/plain |
||||
3882d6373a0882a6739b3cd9b24d21c630621234 refs/heads/sp-ace |
||||
bf5ed898252eaa50dcc01108ed4417c3ea98a294 refs/heads/special-subdir-.gitea |
||||
c03543573ab088ce1cf7090a387d2be621426234 refs/heads/special-subdir-.github |
||||
e75957ad9b7e6ed16dda183529ec283db0bbc5fe refs/heads/special-subdir-docs |
||||
46f5d5ab33d701642e08c713fab42af89fdd4fea refs/heads/special-subdir-nested |
||||
9c0f872256b839c2b97ec22fd348d87b14045513 refs/heads/subdir |
||||
d7a854fff61e45b98234d7aa79ecbcb1619cd3dd refs/heads/symlink |
||||
30b9c0ed4b1039dbd99f3fb537b84ca507e0549d refs/heads/symlink-loop |
||||
41489b7be5c2244d2b7b524dcb31caf3bd1f9ccc refs/heads/txt |
@ -0,0 +1 @@ |
||||
fe495ea336f079ef2bed68648d0ba9a37cdbd4aa |
Loading…
Reference in new issue