Commit 99c5c59
committed
FIX: Fix stemmer test
The term 'intern' is not found anymore in the search index. Based on the original commmit sphinx-doc@e04fe84
it was expected to be the stem of "International"
However, if you put "International" in https://snowballstem.org/demo.html, you
get "internat" instead. I thus assume that stemming behavior has changed
and we should just update the expected value.
While at it, I removed the debug print from the original commit.1 parent cc7c6f4 commit 99c5c59
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | 145 | | |
147 | | - | |
| 146 | + | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
| |||
0 commit comments