1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 00:15:46 +01:00

Don't print error message on :source! non-existent-file. Add tests. Closes issue #390.

This commit is contained in:
Kris Maglione
2011-02-18 20:20:36 -05:00
parent 54452917b2
commit 11c39de46b
3 changed files with 6 additions and 4 deletions

View File

@@ -607,11 +607,13 @@ var tests = {
init: this.runtime.init,
cleanup: this.runtime.cleanup,
noOutput: [
"! .pentadactyl/some-nonexistent/really-nonexistent.js",
".pentadactyl/some-nonexistent/good.css",
".pentadactyl/some-nonexistent/good.js",
".pentadactyl/some-nonexistent/good.penta"
],
error: [
".pentadactyl/some-nonexistent/really-nonexistent.js",
"~/.pentadactyl/some-nonexistent/bad.js",
"~/.pentadactyl/some-nonexistent/bad.penta",
"./.pentadactyl/some-nonexistent/bad.js",