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