gdamjan / erlang-irc-bot

A simple extendable irc bot in Erlang
http://github.com/gdamjan/erlang-irc-bot/wiki
MIT License
80 stars 25 forks source link

unit test all the regexes #27

Open gdamjan opened 14 years ago

gdamjan commented 14 years ago

The bot and the plugins depend on regular expressions for all kinds of text parsing.

I should make some unit tests with real data, so that it's easier to modify the parsers.

whoeverest commented 12 years ago

Test ALL the regexes!