Przeglądaj źródła

Add spec for empty string (issue #94)

tags/0.5.1
Michael Jackson 14 lat temu
rodzic
commit
fd0f5cf496
3 zmienionych plików z 8 dodań i 0 usunięć
  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 Wyświetl plik

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

+ 1
- 0
spec/_files/empty_string.mustache Wyświetl plik

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

+ 1
- 0
spec/_files/empty_string.txt Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz