mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:27:58 +01:00
Fix some more CPG breakage.
This commit is contained in:
@@ -827,7 +827,6 @@ var tests = {
|
||||
time: {
|
||||
error: ["", ":some-nonexistent-command"/*, "some_nonexistent_reference"*/], // FIXME
|
||||
singleOutput: [":js null", "null"]
|
||||
|
||||
},
|
||||
get tlistkeys() this.listcommands,
|
||||
tmap: {},
|
||||
@@ -903,7 +902,7 @@ var tests = {
|
||||
error: ["foo"],
|
||||
multiOutput: [
|
||||
["", function (msg) {
|
||||
var res = /(\w+dactyl) (\S+) \(([\^)]+)\) running on:\nMozilla/;
|
||||
var res = /(\w+dactyl) (\S+) \(([\^)]+)\) running on:\nMozilla/.exec(msg);
|
||||
return res && res[2] != "null" && res[3] != "null";
|
||||
}]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user