Skip to content

Commit

Permalink
Fixed django interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jan 7, 2016
1 parent a1121b4 commit 6424af8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyjade/testsuite/cases/interpolation.jade
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mixin something(element,id)
mixin something(element, id)
#{element}(href='blah',id='junk#{id}').doggy Hello World

mixin something2(id)
+something('div',id)
+something('div', id)

+something('p',1)
+something('p', 1)
+something2(2)

0 comments on commit 6424af8

Please sign in to comment.