src/cm/scripts/test-suite/tests/tests.js
changeset 617 73d293d9cf76
parent 613 a0b695aace0a
child 621 f60680601d52
--- a/src/cm/scripts/test-suite/tests/tests.js	Sat Mar 15 10:02:34 2014 +0100
+++ b/src/cm/scripts/test-suite/tests/tests.js	Sat Mar 15 10:03:04 2014 +0100
@@ -182,11 +182,11 @@
 		test_count	('table.dash_table', 5);
 		test_text	('table.dash_table th:eq(0)', 'Actions');
 		test_match	('table.dash_table:eq(0) a:eq(0)[href="/create/content/"]', /\sCreate a text/);
-		test_text	('table.dash_table:eq(0) a:eq(1).tip[href="#"]', ' ');
+		test_text	('table.dash_table:eq(0) a:eq(1).tip[href="#"]', '\xa0');
 		test_match	('table.dash_table:eq(0) a:eq(2)[href="/create/upload/"]', /\sUpload a text/);
-		test_text	('table.dash_table:eq(0) a:eq(3).tip[href="#"]', ' ');
+		test_text	('table.dash_table:eq(0) a:eq(3).tip[href="#"]', '\xa0');
 		test_match	('table.dash_table:eq(0) a:eq(4)[href="/create/import/"]', /\sImport a co-mented text/);
-		test_text	('table.dash_table:eq(0) a:eq(5).tip[href="#"]', ' ');
+		test_text	('table.dash_table:eq(0) a:eq(5).tip[href="#"]', '\xa0');
 		test_match	('table.dash_table:eq(0) a:eq(6)[href="/user/add/"]', /\sInvite user/);
 		test_match	('table.dash_table:eq(0) a:eq(7)[href="/profile/"]', /\sEdit your profile/);
 		test_match	('table.dash_table:eq(0) a:eq(8)[href="/text/"]', /\sView text list/);