awesome-go
awesome-go copied to clipboard
tests: the sub items (with 3 hash marks `###`) are staying in the main list
not respecting the hierarchy and making it impossible to test the alphabetical order
https://github.com/avelino/awesome-go/blob/5f680d4c62c7275d40191a05c7772f17a0b2a1ae/repo_test.go#L23-L27
I wanted to solve this problem. I spent several hours checking this error, but I could not find the described problem. Alphabetical sorting works fine for me and section heading levels do not affect the test results. I created a separate branch for myself and tried to change the README.md and section headers in different ways to simulate an error, but I did not find the effect of headers on sorting. TestAlpha() together with testList() and checkAlphabeticOrder() show an alphabetic order violation only if there is one.
Perhaps this issue needs to be closed?
Great job!