Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-07-06 13:11:45 +03:00
parent 26073fb713
commit 677a639047

View File

@ -289,24 +289,12 @@ test.Setups({
'original overloaded',
],
} },
/* XXX
include_partial_isolated: function(assert){
return {
page: P,
code:[
'@include(isolated="partial" /isolated) @slot(slot overloaded)',
'original overloaded',
],
} },
//*/
/*/ XXX content...
include_content: function(assert, path='/page'){
return {
page: P,
code: [
'<include "'+ path +'">[[ <content/> ]]</include>',
'[[ '+ P.get(path).raw +' ]]', ], } },
//*/
'original overloaded', ], } },
// XXX
// recursion...
@ -354,6 +342,9 @@ test.Setups({
// XXX arg...
// XXX
// XXX filter...
// XXX
})