fix more linting errors
This commit is contained in:
parent
f3610e7c95
commit
e403adb9a1
@ -33,7 +33,7 @@ import "./tests/operations/OTP.js";
|
|||||||
import "./tests/operations/Regex.js";
|
import "./tests/operations/Regex.js";
|
||||||
import "./tests/operations/StrUtils.js";
|
import "./tests/operations/StrUtils.js";
|
||||||
import "./tests/operations/SeqUtils.js";
|
import "./tests/operations/SeqUtils.js";
|
||||||
import "./tests/operations/SetOperations.js"
|
import "./tests/operations/SetOperations.js";
|
||||||
|
|
||||||
|
|
||||||
let allTestsPassing = true;
|
let allTestsPassing = true;
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* Set Operations tests.
|
* Set Operations tests.
|
||||||
*
|
*
|
||||||
* @author d98762625
|
* @author d98762625
|
||||||
*
|
*
|
||||||
* @copyright Crown Copyright 2017
|
* @copyright Crown Copyright 2017
|
||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
*/
|
*/
|
||||||
@ -99,12 +99,12 @@ TestRegister.addTests([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Set Operations: Intersection: sample delimiter",
|
name: "Set Operations: Intersection: sample delimiter",
|
||||||
input: "1-2-3-4-5\/3-4-5-6-7",
|
input: "1-2-3-4-5z3-4-5-6-7",
|
||||||
expectedOutput: "3-4-5",
|
expectedOutput: "3-4-5",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
op: "Set Operations",
|
op: "Set Operations",
|
||||||
args: ["\/", "-", "Intersection"],
|
args: ["z", "-", "Intersection"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user