From 19b9635a6c7ca83933150923b91759a2f0972343 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 13 Nov 2014 05:36:11 -0500 Subject: unxhtmlify_test.go: Add a couple more test cases Expose some failures with more test cases. --- unxhtmlify_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unxhtmlify_test.go b/unxhtmlify_test.go index ac6ab38..9c980a8 100644 --- a/unxhtmlify_test.go +++ b/unxhtmlify_test.go @@ -7,6 +7,8 @@ func TestUnxhtmlifyLine(t *testing.T) { input, expected string }{ { "
", "
" }, + { "Bender / Flexo", "Bender / Flexo" }, + { "\"Parabox\"/", "\"Parabox\"" }, } for _, c := range tests { -- cgit v1.2.3