From 02b458085c75faa2e8349f9cba4af9a53c00e798 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 14 Nov 2014 20:32:37 -0500 Subject: unxhtmlify_test.go: Add a few more test cases --- unxhtmlify_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unxhtmlify_test.go b/unxhtmlify_test.go index 9c980a8..9ac238d 100644 --- a/unxhtmlify_test.go +++ b/unxhtmlify_test.go @@ -9,6 +9,9 @@ func TestUnxhtmlifyLine(t *testing.T) { { "
", "
" }, { "Bender / Flexo", "Bender / Flexo" }, { "\"Parabox\"/", "\"Parabox\"" }, + { "some-class-name\" />", "some-class-name\">" }, + { "/>", ">" }, + { " />", " >" }, } for _, c := range tests { -- cgit v1.2.3