mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 13:47:24 +02:00
fix: non-substantive typos (#434)
Co-authored-by: Viktor Szépe <viktor@szepe.net> Co-authored-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
@@ -331,7 +331,7 @@ Par1
|
||||
);
|
||||
}
|
||||
|
||||
public function testBlockNodeTextDelimeterInBlockNode()
|
||||
public function testBlockNodeTextDelimiterInBlockNode()
|
||||
{
|
||||
$this->assertResult(
|
||||
'<div>Par1
|
||||
@@ -343,7 +343,7 @@ Par1
|
||||
);
|
||||
}
|
||||
|
||||
public function testBlockNodeTextDelimeterWithoutDoublespaceInBlockNode()
|
||||
public function testBlockNodeTextDelimiterWithoutDoublespaceInBlockNode()
|
||||
{
|
||||
$this->assertResult(
|
||||
'<div>Par1
|
||||
@@ -351,7 +351,7 @@ Par1
|
||||
);
|
||||
}
|
||||
|
||||
public function testBlockNodeTextDelimeterWithoutDoublespace()
|
||||
public function testBlockNodeTextDelimiterWithoutDoublespace()
|
||||
{
|
||||
$this->assertResult(
|
||||
'Par1
|
||||
|
Reference in New Issue
Block a user