# HG changeset patch # User Atul Varma # Date 1238481577 25200 # Node ID d0baeac9a413985448191c23730f0c4eb8400ec4 # Parent 5cab1925bcda12bf6824fa37b67ff11c1faeca09 Reversed objective of first test; now the user has to change 'hello world' to 'hai2u' instead of the other way round. diff -r 5cab1925bcda -r d0baeac9a413 index.html --- a/index.html Mon Mar 30 23:35:23 2009 -0700 +++ b/index.html Mon Mar 30 23:39:37 2009 -0700 @@ -21,8 +21,8 @@

Use Firebug to change - the text below to say “hello world” instead of “hai2u”.

- hai2u + the text below to say “hai2u” instead of “hello world”.

+ hello world

You can enable Firebug by going to the “View” menu and @@ -37,7 +37,7 @@

function(query) { - return query.find(".boxed").text() == "hello world"; + return query.find(".boxed").text() == "hai2u"; }