mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 09:55:47 +01:00
Don't print error message on :source! non-existent-file. Add tests. Closes issue #390.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user