|
@@ -95,7 +95,6 @@ class Mustache_Parser
|
|
|
$parent[Mustache_Tokenizer::NODES] = $nodes;
|
|
$parent[Mustache_Tokenizer::NODES] = $nodes;
|
|
|
|
|
|
|
|
return $parent;
|
|
return $parent;
|
|
|
- break;
|
|
|
|
|
|
|
|
|
|
case Mustache_Tokenizer::T_PARTIAL:
|
|
case Mustache_Tokenizer::T_PARTIAL:
|
|
|
case Mustache_Tokenizer::T_PARTIAL_2:
|
|
case Mustache_Tokenizer::T_PARTIAL_2:
|
|
@@ -158,7 +157,6 @@ class Mustache_Parser
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- $next = null;
|
|
|
|
|
if ($next = reset($tokens)) {
|
|
if ($next = reset($tokens)) {
|
|
|
// If we're on a new line, bail.
|
|
// If we're on a new line, bail.
|
|
|
if ($next[Mustache_Tokenizer::LINE] !== $this->lineNum) {
|
|
if ($next[Mustache_Tokenizer::LINE] !== $this->lineNum) {
|