summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/cases/inc/parser/parser.test.php')
-rw-r--r--_test/cases/inc/parser/parser.test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/cases/inc/parser/parser.test.php b/_test/cases/inc/parser/parser.test.php
index d18a245f7..a5a0118ed 100644
--- a/_test/cases/inc/parser/parser.test.php
+++ b/_test/cases/inc/parser/parser.test.php
@@ -42,6 +42,9 @@ class TestOfDoku_Parser extends UnitTestCase {
function stripByteIndex($call) {
unset($call[2]);
+ if ($call[0] == "nest") {
+ $call[1][0] = array_map('stripByteIndex',$call[1][0]);
+ }
return $call;
}