Commit Graph

1 Commits

Author SHA1 Message Date
Tim Duesterhus 1dcc6a8a96 BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
Previously an expression like:

    path,word(2,/) -m found

always returned `true`.

Bug exists since the `word` converter exists. That is:
c9a0f6d023

The same bug was previously fixed for the `field` converter in commit
4381d26edc.

The fix should be backported to 1.6+.
2023-12-01 14:35:47 +01:00