Procházet zdrojové kódy

Add spec for empty string (issue #94)

tags/0.5.1
Michael Jackson před 14 roky
rodič
revize
fd0f5cf496
3 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +6
    -0
      spec/_files/empty_string.js
  2. +1
    -0
      spec/_files/empty_string.mustache
  3. +1
    -0
      spec/_files/empty_string.txt

+ 6
- 0
spec/_files/empty_string.js Zobrazit soubor

@@ -0,0 +1,6 @@
var empty_string = {
description: "That is all!",
child: {
description: ""
}
};

+ 1
- 0
spec/_files/empty_string.mustache Zobrazit soubor

@@ -0,0 +1 @@
{{description}}{{#child}}{{description}}{{/child}}

+ 1
- 0
spec/_files/empty_string.txt Zobrazit soubor

@@ -0,0 +1 @@
That is all!

Načítá se…
Zrušit
Uložit