Quoting Erik Faye-Lund (2019-01-28 13:32:37)
> On Mon, 2019-01-28 at 10:57 -0800, Dylan Baker wrote:
> > Quoting Erik Faye-Lund (2019-01-21 08:00:56)
> > > Otherwise, GNOME Web (Epiphany) refuse to render the result.
> > > 
> > > Signed-off-by: Erik Faye-Lund <erik.faye-l...@collabora.com>
> > > ---
> > >  templates/feature.mako | 3 ++-
> > >  templates/index.mako   | 3 ++-
> > >  2 files changed, 4 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/templates/feature.mako b/templates/feature.mako
> > > index 9abd5bc31..7d2c400d9 100644
> > > --- a/templates/feature.mako
> > > +++ b/templates/feature.mako
> > > @@ -1,3 +1,5 @@
> > > +<?xml version="1.0" encoding="UTF-8"?>
> > > +
> > >  <%!
> > 
> > in mako nothing can come before the <%! value, this needs to be
> > first.
> > 
> 
> What do you mean? It works fine for me... Is it documented somewhere
> that this isn't supposed to work?
> 
> In fact, the documentation[1] says:
> 
> "Any number of <%! %> blocks can be declared anywhere in a template;
> they will be rendered in the resulting module in a single contiguous
> block above all render callables, in the order in which they appear in
> the source template."
> 
> This means that this is allowed as far as I can tell...
> 
> [1]: 
> https://docs.makotemplates.org/en/latest/syntax.html#module-level-blocks
> 

That is changed behavior then, at one point <%! %> had to be the first
non-comment, non-whitespace in the template. As long as it works, I guess it
doesn't matter too much.

Dylan

Attachment: signature.asc
Description: signature

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to