codenitive / fuel-hybrid

A collection of classes to help your code hotter than before
http://codenitive.github.com/fuel-hybrid
MIT License
19 stars 3 forks source link

\Hybrid\Parser_Bbcode::parse() returning empty string #98

Closed crynobone closed 13 years ago

crynobone commented 13 years ago

I had to skip unit testing for Bbcode parser due to problem with empty string.

kavinsky commented 13 years ago

i will check it today.

crynobone commented 13 years ago
There was 1 failure:

1) Hybrid\Test_Parser_Bbcode::test_parse
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-<b>strong</b><i>italic</i>
+

/fuel/packages/hybrid/tests/parser/bbcode.php:52

Return result from PHPUnit

kavinsky commented 13 years ago

The problem is not on Parser_Bbcode is on vendor library, it works on normal execution mode but not on testing mode, i dont know why, but i think the problems is on decoda.