Skip to content

Commit f5e1d6d

Browse files
committed
Added new test for one whitespace input
1 parent 3510dd0 commit f5e1d6d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/HigligterTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,13 @@ public function testEmpty()
262262
''
263263
);
264264
}
265+
266+
public function testWhitespace()
267+
{
268+
$this->compare(
269+
' '
270+
,
271+
'<token_html> </token_html>'
272+
);
273+
}
265274
}

0 commit comments

Comments
 (0)