--- a/autoimplementation.html Tue May 31 12:50:46 2011 -0600
+++ b/autoimplementation.html Tue May 31 13:31:07 2011 -0600
@@ -2143,6 +2143,8 @@
alertDiv.className = "alert";
if (oldValue === null) {
alertDiv.textContent = "Newly added test result";
+ } else if (oldValue.replace(/[\[\]{}]/g, "") == newValue.replace(/[\[\]{}]/g, "")) {
+ alertDiv.textContent = "Last run produced a different selection: " + oldValue;
} else {
alertDiv.textContent = "Last run produced different markup: " + oldValue;
}