cameron / squirt

Speed read the web.
http://www.squirt.io
Apache License 2.0
1.22k stars 206 forks source link

Version numbers split into two words #141

Open dothebart opened 10 years ago

dothebart commented 10 years ago

reading http://www.heise.de/newsticker/meldung/Neuerungen-des-Linux-Kernels-3-15-jetzt-absehbar-2169318.html squird displays 3 15 which is irretating. I guess it should only split at dots followed by blanks?

cameron commented 10 years ago

You are correct, sir! Thanks for filing.

On Sat, Apr 19, 2014 at 11:41 PM, Wilfried Goesgens < notifications@github.com> wrote:

reading http://www.heise.de/newsticker/meldung/Neuerungen-des-Linux-Kernels-3-15-jetzt-absehbar-2169318.htmlsquird displays 3 15 which is irretating. I guess it should only split at dots followed by blanks?

— Reply to this email directly or view it on GitHubhttps://github.com/cameron/squirt/issues/141 .

JCoxwell commented 10 years ago

This problem occurs with comma separated numbers and other abbreviations as well.

$3,000 Washington D.C. U.S.A.

A simple solution that might fix most cases would be to look ahead one character and concatenate if the next character is not a space.