ソースを参照

Add spec for included tag (issue #141)

tags/0.5.1
Michael Jackson 14年前
コミット
64acc17a43
3個のファイルの変更5行の追加0行の削除
  1. +3
    -0
      spec/_files/included_tag.js
  2. +1
    -0
      spec/_files/included_tag.mustache
  3. +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

読み込み中…
キャンセル
保存