#15248: Can not embed a comment bloc in another comment block
-------------------------------------------+--------------------------------
               Reporter:  postal2600       |         Owner:  nobody
                 Status:  closed           |     Milestone:        
              Component:  Template system  |       Version:  1.2   
             Resolution:  wontfix          |      Keywords:        
           Triage Stage:  Unreviewed       |     Has patch:  0     
    Needs documentation:  0                |   Needs tests:  0     
Patch needs improvement:  0                |  
-------------------------------------------+--------------------------------
Changes (by russellm):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 This isn't an uncommon limitation in many programming languages. because
 it's syntactically ambiguous. In the following template:
 {{{
 {% comment %}{% comment %}{% endcomment %}{% endcomment %}
 }}}
 Is the second {{{ {% comment %} }}} something that is being commented out,
 or the start of a second comment?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15248#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to