@@ -87,7 +87,6 @@ public function testSpecs($spec)
8787 ($ spec ['it ' ] === 'literal paths ' ) ||
8888 ($ spec ['it ' ] === 'this keyword nested inside path ' ) ||
8989 ($ spec ['it ' ] === 'this keyword nested inside helpers param ' ) ||
90- ($ spec ['it ' ] === 'should handle invalid paths ' ) ||
9190 ($ spec ['it ' ] === 'parameter data throws when using complex scope references ' ) ||
9291 ($ spec ['it ' ] === 'block with complex lookup using nested context ' )
9392 ) {
@@ -122,7 +121,6 @@ public function testSpecs($spec)
122121
123122 // stringParams
124123 $ spec ['it ' ] === 'in string params mode, ' ||
125- $ spec ['it ' ] === 'as hashes in string params mode ' ||
126124
127125 // Decorators are deprecated: https://github.com/wycats/handlebars.js/blob/master/docs/decorators-api.md
128126 ($ spec ['description ' ] === 'blocks - decorators ' ) ||
@@ -162,11 +160,8 @@ public function testSpecs($spec)
162160 $ spec ['it ' ] === 'each with function argument ' && !isset ($ spec ['number ' ]) ||
163161 $ spec ['it ' ] === 'data can be functions ' ||
164162 $ spec ['it ' ] === 'data can be functions with params ' ||
165- ($ spec ['it ' ] === 'provides each nested helper invocation its own options hash ' ) ||
166- ($ spec ['it ' ] === 'block functions without context argument ' ) ||
167- ($ spec ['it ' ] === 'depthed block functions with context argument ' ) ||
168- $ spec ['it ' ] === 'depthed functions with context argument ' ||
169- ($ spec ['it ' ] === 'block functions with context argument ' )
163+ $ spec ['it ' ] === 'depthed block functions with context argument ' ||
164+ $ spec ['it ' ] === 'depthed functions with context argument '
170165 ) {
171166 $ this ->markTestIncomplete ('TODO: require fix ' );
172167 }
0 commit comments