From 0b48c8ae1c27bfcc1f5b3f611e64f47321cd18c6 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Wed, 24 Aug 2011 13:23:15 +0200 Subject: Imported Upstream version 2011.08.17 --- src/pkg/html/token_test.go | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/pkg/html/token_test.go') diff --git a/src/pkg/html/token_test.go b/src/pkg/html/token_test.go index 1330f3247..0a0beb201 100644 --- a/src/pkg/html/token_test.go +++ b/src/pkg/html/token_test.go @@ -49,14 +49,24 @@ var tokenTests = []tokenTest{ }, { "malformed tag #1", + `

`, + `

`, + }, + { + "malformed tag #2", `

`, `

`, }, { - "malformed tag #2", + "malformed tag #3", `

`, }, + { + "malformed tag #4", + `

`, + `

`, + }, // Comments. { "comment0", -- cgit v1.2.3