File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3594,9 +3594,9 @@ public function test_hsuforum_word_count() {
35943594 $ wordcount4 = hsuforum_word_count ('one\two > three ' );
35953595 $ wordcount5 = hsuforum_word_count ('one @ two/three ' );
35963596 $ wordcount6 = hsuforum_word_count ('one*two < three ' );
3597- $ this ->assertEquals (3 , $ wordcount );
3598- $ this ->assertEquals (3 , $ wordcount2 );
3599- $ this ->assertEquals (2 , $ wordcount3 );// "<three" will not be rendered as it is asumed it is an html entity.
3597+ $ this ->assertEquals (5 , $ wordcount );
3598+ $ this ->assertEquals (5 , $ wordcount2 );
3599+ $ this ->assertEquals (1 , $ wordcount3 );// "<three" will not be rendered as it is asumed it is an html entity.
36003600 $ this ->assertEquals (3 , $ wordcount4 );
36013601 $ this ->assertEquals (3 , $ wordcount5 );
36023602 $ this ->assertEquals (3 , $ wordcount6 );
You can’t perform that action at this time.
0 commit comments