Added the general modules test files
authorOwen Waller <o.waller@kulawe.com>
Wed, 10 Sep 2014 17:30:03 +0000 (18:30 +0100)
committerspf13 <steve.francia@gmail.com>
Tue, 4 Nov 2014 16:13:41 +0000 (11:13 -0500)
commit57cd9539978172dcfb539aa700aa1c1faeef9045
tree3906e2a1d1572d1780cf5fe234a962a2b39406a5
parentb87402e8cd8a95cc0fcad5ab7ec06a1b765bf1cd
Added the general modules test files

Added the new general module's test file, general_test.go. This replaces the
helpers_test.go file.

There is also a minor defect fix in general.go's StripHTML function.
The correct xhtml tag for a break is <br /> not </br>. I've also removed
the unnecessary spaces before the replacement "\n".

The new test module also reflects this change.

Conflicts:
helpers/general.go
helpers/content.go
helpers/general_test.go [new file with mode: 0644]