Selaa lähdekoodia

Add spec for disappearing whitespace (issue #67, #147)

tags/0.5.1
Michael Jackson 14 vuotta sitten
vanhempi
commit
1f6136c065
3 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. +4
    -0
      spec/_files/disappearing_whitespace.js
  2. +1
    -0
      spec/_files/disappearing_whitespace.mustache
  3. +1
    -0
      spec/_files/disappearing_whitespace.txt

+ 4
- 0
spec/_files/disappearing_whitespace.js Näytä tiedosto

@@ -0,0 +1,4 @@
var disappearing_whitespace = {
bedrooms: true,
total: 1
};

+ 1
- 0
spec/_files/disappearing_whitespace.mustache Näytä tiedosto

@@ -0,0 +1 @@
{{#bedrooms}}{{total}}{{/bedrooms}} BED

+ 1
- 0
spec/_files/disappearing_whitespace.txt Näytä tiedosto

@@ -0,0 +1 @@
1 BED

Loading…
Peruuta
Tallenna