Sign in
dart
/
external
/
github.com
/
xxgreg
/
mustache
/
refs/heads/handlebars-helpers
/
.
/
test
/
all.dart
blob: d75c7cc4fdde0e3c1959da39e54b9fb1e793a2af [
file
] [
log
] [
blame
] [
edit
]
import
'mustache_specs.dart'
as
specs
;
import
'mustache_test.dart'
as
test
;
main
()
{
specs
.
main
();
test
.
main
();
}