本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
46
Wiki
活動
瀏覽代碼
Rename error tests for consistency.
with-js-extras
Paul J. Davis
16 年之前
父節點
5890cbf994
當前提交
520231f152
共有
8 個檔案被更改
,包括
4 行新增
和
4 行删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
examples/error_nested_array_bounds.html
+3
-0
examples/error_nested_array_bounds.js
+0
-0
examples/error_nested_array_bounds.txt
+0
-0
examples/error_nested_missing.html
+1
-0
examples/error_nested_missing.js
+0
-0
examples/error_nested_missing.txt
+0
-3
examples/nested_array_bounds.js
+0
-1
examples/nested_error.js
examples/nested_array_bounds.html → examples/error_nested_array_bounds.html
查看文件
+ 3
- 0
examples/error_nested_array_bounds.js
查看文件
@@ -0,0 +1,3 @@
var error_nested_array_bounds = {
foo: [1, 2]
};
examples/nested_array_bounds.txt → examples/error_nested_array_bounds.txt
查看文件
examples/nested_error.html → examples/error_nested_missing.html
查看文件
+ 1
- 0
examples/error_nested_missing.js
查看文件
@@ -0,0 +1 @@
var error_nested_missing = {not_foo: {not_bar: "yay error!"}};
examples/nested_error.txt → examples/error_nested_missing.txt
查看文件
+ 0
- 3
examples/nested_array_bounds.js
查看文件
@@ -1,3 +0,0 @@
var nested_array_bounds = {
foo: [1, 2]
};
+ 0
- 1
examples/nested_error.js
查看文件
@@ -1 +0,0 @@
var nested_error = {not_foo: {not_bar: "yay error!"}};
Write
Preview
Loading…
取消
儲存