﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32556	assertHTMLEqual gives a confusing error message with empty attributes	Baptiste Mispelon	nobody	"If you try the following assertion:
```
self.assertHTMLEqual('<input value>', '<input value="""">')
```

You get a test failure and the following message:
```
AssertionError: <input value> != <input value>
  <input value>

```

I'm getting mixed signals here: either the test should pass or the error message should show the difference between the two strings.

I'm not actually sure which option would be correct in this case so I'm leaving the ticket as ""uncategorized"" instead of ""bug"" or ""cleanup""."	Uncategorized	new	Testing framework	dev	Normal				Unreviewed	0	0	0	0	0	0
