ProjectMoon / ringmud

RingMUD Java Mud Server and Engine
http://ringmud.thermetics.net/
GNU Lesser General Public License v3.0
21 stars 5 forks source link

TextParser not handling inline newlines properly #21

Closed ProjectMoon closed 14 years ago

ProjectMoon commented 14 years ago

The aggressive regex to remove newlines at the beginning and end of lines in TextParser screws up text with newlines explicitly written in.

ProjectMoon commented 14 years ago

Not actually a problem (yet). Was just missing a \n in some text...