Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive error #4

Open
GCheung55 opened this issue May 15, 2012 · 0 comments
Open

Recursive error #4

GCheung55 opened this issue May 15, 2012 · 0 comments

Comments

@GCheung55
Copy link
Contributor

I'm getting a recursive error when doing multiple includes without loops.

"Uncaught SlabError: Recursive includes for template "li" (li > otherLi > li)."

var str = '{slab ul}\
    <ul>\
        {include li}\
        {include otherLi}\
    </ul>\
{endslab}\
\
{slab li}\
    <li></li>\
{endslab}\
\
{slab otherLi}\
    {include li}\
{endslab}';

var template = slab.compile(str);

console.log(template.ul({}));
GCheung55 added a commit to GCheung55/slab that referenced this issue May 15, 2012
GCheung55 added a commit to GCheung55/slab that referenced this issue May 15, 2012
GCheung55 added a commit to GCheung55/slab that referenced this issue May 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant