本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
46
Wiki
活動
瀏覽代碼
Remove test/_files/cli_output.txt
tags/v2.3.0
wizawu
10 年之前
父節點
3165c53f7f
當前提交
c71fc6ff6b
共有
2 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
test/_files/cli_output.txt
+1
-0
test/cli-test.js
+ 0
- 1
test/_files/cli_output.txt
查看文件
@@ -1 +0,0 @@
Howdy LeBron, CLI rox
+ 1
- 0
test/cli-test.js
查看文件
@@ -67,6 +67,7 @@ describe('Mustache CLI', function () {
assert.equal(stderr, '');
assert.equal(stdout, '');
assert.equal(fs.readFileSync(outputFile), expectedOutput);
fs.unlink('test/_files/cli_output.txt');
done();
});
});
Write
Preview
Loading…
取消
儲存