Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jan
/
mustache.js
kopia lustrzana
https://github.com/janl/mustache.js
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
46
Wiki
Aktywność
Przeglądaj źródła
Rename error tests for consistency.
with-js-extras
Paul J. Davis
16 lat temu
rodzic
5890cbf994
commit
520231f152
8 zmienionych plików
z
4 dodań
i
4 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+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
Wyświetl plik
+ 3
- 0
examples/error_nested_array_bounds.js
Wyświetl plik
@@ -0,0 +1,3 @@
var error_nested_array_bounds = {
foo: [1, 2]
};
examples/nested_array_bounds.txt → examples/error_nested_array_bounds.txt
Wyświetl plik
examples/nested_error.html → examples/error_nested_missing.html
Wyświetl plik
+ 1
- 0
examples/error_nested_missing.js
Wyświetl plik
@@ -0,0 +1 @@
var error_nested_missing = {not_foo: {not_bar: "yay error!"}};
examples/nested_error.txt → examples/error_nested_missing.txt
Wyświetl plik
+ 0
- 3
examples/nested_array_bounds.js
Wyświetl plik
@@ -1,3 +0,0 @@
var nested_array_bounds = {
foo: [1, 2]
};
+ 0
- 1
examples/nested_error.js
Wyświetl plik
@@ -1 +0,0 @@
var nested_error = {not_foo: {not_bar: "yay error!"}};
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz