aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.js')
-rw-r--r--tests/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.js b/tests/test.js
index a62b01a7..5e44c29a 100644
--- a/tests/test.js
+++ b/tests/test.js
@@ -81,7 +81,7 @@ function testDescription(text) {
//If present, tests '([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps))'
function testSrcDemCli(text) {
- let testC = text.search(/\(\[|\)\,|\)\)/);
+ let testC = text.search(/\.\ \(|\.\ \[|\ \(\[[sSdDcC]/); // /\(\[|\)\,|\)\)/);
let testD = /(?<=\w. )(\(\[(Demo|Source Code|Clients)\]\([^)\]]*\)(, \[(Source Code|Clients)\]\([^)\]]*\))?(, \[(Source Code|Clients)\]\([^)\]]*\))*\))(?= \`?)/;
const testD1 = /(^- \W[a-zA-Z0-9-_ .]*\W{0,2}http[^\[]*)(?<= )/;
const testD2 = /(\`.*\` \`.*\`$)/;