TeX-Live / texdoc

Find and view documentation in TeX Live
https://tug.org/texdoc/
GNU General Public License v3.0
47 stars 7 forks source link

Prefixes of `Docfile.name` are inconsistent #113

Open wtsnjp opened 1 month ago

wtsnjp commented 1 month ago

Docfile.name is a name of doc file only used for scoring. Their prefixes are inconsistent and probably depend on the sources of a docfile information (i.e., either from tlpdb or texdocs).

https://github.com/TeX-Live/texdoc/blob/6fec041ea8a141551c0e49f0da58a6d202d0cf79/spec/search/tlpdb_spec.rb#L27

https://github.com/TeX-Live/texdoc/blob/6fec041ea8a141551c0e49f0da58a6d202d0cf79/spec/search/tlpdb_spec.rb#L8

The inconsistency is harmless for the function right now, but is slightly troublesome for testing and debugging.