detox
detox copied to clipboard
inline-detox – segmentation fault
Hello there,
Following customisation of safe.tbl
as mentioned in #79, just running a simple command without any modification to the safe.tbl
can result into unexpected failure.
Scenario from #79 (but no mapping tbl modification)
Step to reproduce
- run
echo "This is the 6th test" | inline-detox -v
Actual results
This_is_the_6th_test
Expected results
same as above... so it is working, however with the slight change of the input
Scenario – different text to parse
- run
echo "This is the (6th) test" | inline-detox -v
Actual results
[2] 71827 done echo "This is the (6th) test" |
71828 segmentation fault inline-detox -v
Expected results
This_is_the-6th-test
Note I'm on macOs Mojave and installed latest stable detox v1.4.5 via Homebrew.