このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jan
/
mustache.js
ミラー元
https://github.com/janl/mustache.js
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
46
Wiki
アクティビティ
ソースを参照
Add spec for empty string (issue
#94
)
tags/0.5.1
Michael Jackson
14年前
親
64acc17a43
コミット
fd0f5cf496
3個のファイルの変更
、
8行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+6
-0
spec/_files/empty_string.js
+1
-0
spec/_files/empty_string.mustache
+1
-0
spec/_files/empty_string.txt
+ 6
- 0
spec/_files/empty_string.js
ファイルの表示
@@ -0,0 +1,6 @@
var empty_string = {
description: "That is all!",
child: {
description: ""
}
};
+ 1
- 0
spec/_files/empty_string.mustache
ファイルの表示
@@ -0,0 +1 @@
{{description}}{{#child}}{{description}}{{/child}}
+ 1
- 0
spec/_files/empty_string.txt
ファイルの表示
@@ -0,0 +1 @@
That is all!
書き込み
プレビュー
読み込み中…
キャンセル
保存