From dbcebe1def5c355120c61b575390d1d9ac355f67 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Sat, 19 Dec 2015 22:24:42 +0900 Subject: clear up --- Code/Blocks/syntax/tests/cases/010_highlight.html | 70 ----------------------- 1 file changed, 70 deletions(-) delete mode 100644 Code/Blocks/syntax/tests/cases/010_highlight.html (limited to 'Code/Blocks/syntax/tests/cases/010_highlight.html') diff --git a/Code/Blocks/syntax/tests/cases/010_highlight.html b/Code/Blocks/syntax/tests/cases/010_highlight.html deleted file mode 100644 index 64b6613..0000000 --- a/Code/Blocks/syntax/tests/cases/010_highlight.html +++ /dev/null @@ -1,70 +0,0 @@ -
-	public function validateStrongPassword(password:String):Boolean
-	{
-		if (password == null || password.length <= 0)
-		{
-			return false;
-		}
-		
-		return STRONG_PASSWORD_PATTERN.test(password);
-	}
-
- - - -- cgit v1.2.3