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