- Package:
- vilistextum
- Source:
- vilistextum
- Description:
- a HTML to text converter
- Submitter:
- Kevin Ryde
- Date:
- 2014-06-30 22:10:50 UTC
- Severity:
- normal
The file foo.html processed as
vilistextum foo.html -
produces no output. I expected it to print
oneword
It seems that html which is a single word like foo.html with no
newlines, except after the closing </html>, doesn't produce any output.
If there's a newline just after </body> or the like then it works.