Re: [PATCH] BUG/MINOR: sample: Make the `field` converter compatible with `-m found`

2019-10-21 Thread Christopher Faulet
Le 16/10/2019 à 15:11, Tim Duesterhus a écrit : Previously an expression like: path,field(2,/) -m found always returned `true`. Bug exists since the `field` converter exists. That is: f399b0debfc6c7dc17c6ad503885c911493add56 The fix should be backported to 1.6+. Merged now. Thanks Tim

[PATCH] BUG/MINOR: sample: Make the `field` converter compatible with `-m found`

2019-10-16 Thread Tim Duesterhus
Previously an expression like: path,field(2,/) -m found always returned `true`. Bug exists since the `field` converter exists. That is: f399b0debfc6c7dc17c6ad503885c911493add56 The fix should be backported to 1.6+. --- reg-tests/converter/field.vtc | 39 +++