dupe function name
This commit is contained in:
		
							parent
							
								
									8ec9ba0493
								
							
						
					
					
						commit
						d46421c538
					
				@ -62,7 +62,7 @@ class BBCodeUnitTest extends UnitTestCase {
 | 
				
			|||||||
			"[url=javascript:alert("owned")]click to fail[/url]");
 | 
								"[url=javascript:alert("owned")]click to fail[/url]");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public function testURL() {
 | 
						public function testEmailURL() {
 | 
				
			||||||
		$this->assertEqual(
 | 
							$this->assertEqual(
 | 
				
			||||||
			$this->filter("[email]spam@shishnet.org[/email]"),
 | 
								$this->filter("[email]spam@shishnet.org[/email]"),
 | 
				
			||||||
			"<a href=\"mailto:spam@shishnet.org\">spam@shishnet.org</a>");
 | 
								"<a href=\"mailto:spam@shishnet.org\">spam@shishnet.org</a>");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user