@@ -129,8 +129,12 @@ |
||
| 129 | 129 | try { |
| 130 | 130 | foreach ($generator as $lineNB => $lineString) { |
| 131 | 131 | $node = NodeFactory::get($lineString, $lineNB); |
| 132 | - if ($this->_debug === 1) echo $lineNB.":".get_class($node)."\n"; |
|
| 133 | - if ($this->needsSpecialProcess($node, $previous)) continue; |
|
| 132 | + if ($this->_debug === 1) { |
|
| 133 | + echo $lineNB.":".get_class($node)."\n"; |
|
| 134 | + } |
|
| 135 | + if ($this->needsSpecialProcess($node, $previous)) { |
|
| 136 | + continue; |
|
| 137 | + } |
|
| 134 | 138 | $this->_attachBlankLines($previous); |
| 135 | 139 | switch ($node->indent <=> $previous->indent) { |
| 136 | 140 | case -1: $target = $previous->getTargetOnLessIndent($node); |