You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Python27\lib\site-packages\jinja2-2.5.5-py2.7.egg\jinja2\parser.py", line 32, in __init__
self.stream = environment._tokenize(source, name, filename, state)
File "C:\Python27\lib\site-packages\jinja2-2.5.5-py2.7.egg\jinja2\environment.py", line 428, in _tokenize
source = self.preprocess(source, name, filename)
File "C:\Python27\lib\site-packages\jinja2-2.5.5-py2.7.egg\jinja2\environment.py", line 422, in preprocess
self.iter_extensions(), unicode(source))
File "C:\Python27\lib\site-packages\jinja2-2.5.5-py2.7.egg\jinja2\environment.py", line 421, in <lambda>
return reduce(lambda s, e: e.preprocess(s, name, filename),
File "C:\Python27\lib\site-packages\pyjade\ext\jinja.py", line 104, in preprocess
return process(source,filename=name,compiler=Compiler)
File "C:\Python27\lib\site-packages\pyjade\utils.py", line 221, in process
block = _parser.parse()
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 47, in parse
else: block.append(self.parseExpr())
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 84, in parseExpr
return getattr(self,funcName)()
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 306, in parseTag
block = self.block()
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 249, in block
block.append(self.parseExpr())
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 84, in parseExpr
return getattr(self,funcName)()
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 306, in parseTag
block = self.block()
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 249, in block
block.append(self.parseExpr())
File "C:\Python27\lib\site-packages\pyjade\parser.py", line 87, in parseExpr
(t, self.filename, self.line()))
Exception: unexpected token "attrs" in file index.jade on line 10
The text was updated successfully, but these errors were encountered:
It seems like expressions broken over multiple lines does not work. The following:
Produces a long traceback:
The text was updated successfully, but these errors were encountered: