Added more modifiers to the Regex operation

This commit is contained in:
n1474335 2018-01-12 23:42:48 +00:00
parent f2c073798b
commit b07c014b48
4 changed files with 30 additions and 33 deletions

View file

@ -8,21 +8,6 @@
import TestRegister from "../../TestRegister.js";
TestRegister.addTests([
{
name: "Regex, non-HTML op",
input: "/<>",
expectedOutput: "/<>",
recipeConfig: [
{
"op": "Regular expression",
"args": ["User defined", "", true, true, false, "Highlight matches"]
},
{
"op": "Remove whitespace",
"args": [true, true, true, true, true, false]
}
],
},
{
name: "Diff, basic usage",
input: "testing23\n\ntesting123",