We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758f9a7 commit e5e9af0Copy full SHA for e5e9af0
logics-js/test/logics.js
@@ -19,7 +19,7 @@ function testcase(code) {
19
20
if (line[0] === "#") {
21
// Process lines starting with "#" (comments and instructions).
22
- let cmd = line.substr(1).split(":", 3);
+ let cmd = line.substr(1).split(":");
23
switch (cmd[0].toLowerCase()) {
24
case "expect":
25
// Verify the expected result.
0 commit comments