Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of github.com:visionmedia/jade
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 2, 2012
2 parents ed1a732 + 24c3dce commit 8a1b888
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/cases/include.script.jade
@@ -1,2 +1,2 @@
script#pet-template(type='text/x-template')
include aux/pet
include auxiliary/pet
6 changes: 3 additions & 3 deletions test/cases/includes.jade
@@ -1,8 +1,8 @@

include aux/mixins
include auxiliary/mixins

mixin foo()

body
include aux/smile.html
include aux/escapes.html
include auxiliary/smile.html
include auxiliary/escapes.html
2 changes: 1 addition & 1 deletion test/cases/inheritance.alert-dialog.jade
@@ -1,5 +1,5 @@

extends aux/dialog
extends auxiliary/dialog

block content
h1 Alert!
Expand Down
2 changes: 1 addition & 1 deletion test/cases/inheritance.extend.jade
@@ -1,5 +1,5 @@

extend aux/layout
extend auxiliary/layout

block head
script(src='jquery.js')
Expand Down
2 changes: 1 addition & 1 deletion test/cases/inheritance.extend.whitespace.jade
@@ -1,5 +1,5 @@

extend aux/layout
extend auxiliary/layout

block head

Expand Down
2 changes: 1 addition & 1 deletion test/cases/inheritance.jade
@@ -1,5 +1,5 @@

extends aux/layout
extends auxiliary/layout

block head
script(src='jquery.js')
Expand Down

0 comments on commit 8a1b888

Please sign in to comment.