File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2322,7 +2322,7 @@ function quux () {
2322
2322
function quux () {
2323
2323
2324
2324
}
2325
- // Options: [{"matchDescription":"[А-Я]+ ."}]
2325
+ // Options: [{"matchDescription":"[А-Я][А-я]+\\ ."}]
2326
2326
// Message: JSDoc description does not satisfy the regex pattern.
2327
2327
2328
2328
/**
@@ -2443,7 +2443,7 @@ function quux (foo) {
2443
2443
function quux () {
2444
2444
2445
2445
}
2446
- // Options: [{"tags":{"param":"[А-Я]+ ."}}]
2446
+ // Options: [{"tags":{"param":"[А-Я][А-я]+\\ ."}}]
2447
2447
// Message: JSDoc description does not satisfy the regex pattern.
2448
2448
````
2449
2449
@@ -2488,7 +2488,7 @@ function quux () {
2488
2488
function quux () {
2489
2489
2490
2490
}
2491
- // Options: [{"matchDescription":"[А-Я]+ ."}]
2491
+ // Options: [{"matchDescription":"[А-Я][А-я]+\\ ."}]
2492
2492
2493
2493
/**
2494
2494
* @param notRet
@@ -2497,7 +2497,7 @@ function quux () {
2497
2497
function quux () {
2498
2498
2499
2499
}
2500
- // Options: [{"tags":{"returns":"[А-Я]+ ."}}]
2500
+ // Options: [{"tags":{"returns":"[А-Я][А-я]+\\ ."}}]
2501
2501
2502
2502
/**
2503
2503
* Foo
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default {
45
45
}
46
46
] ,
47
47
options : [ {
48
- matchDescription : '[\u0410-\u042F]+ .'
48
+ matchDescription : '[\u0410-\u042F][\u0410-\u044F]+\\ .'
49
49
} ]
50
50
} ,
51
51
{
@@ -301,7 +301,7 @@ export default {
301
301
] ,
302
302
options : [ {
303
303
tags : {
304
- param : '[\u0410-\u042F]+ .'
304
+ param : '[\u0410-\u042F][\u0410-\u044F]+\\ .'
305
305
}
306
306
} ]
307
307
}
@@ -367,7 +367,7 @@ export default {
367
367
}
368
368
` ,
369
369
options : [ {
370
- matchDescription : '[\u0410-\u042F]+ .'
370
+ matchDescription : '[\u0410-\u042F][\u0410-\u044F]+\\ .'
371
371
} ]
372
372
} ,
373
373
{
@@ -382,7 +382,7 @@ export default {
382
382
` ,
383
383
options : [ {
384
384
tags : {
385
- returns : '[\u0410-\u042F]+ .'
385
+ returns : '[\u0410-\u042F][\u0410-\u044F]+\\ .'
386
386
}
387
387
} ]
388
388
} ,
You can’t perform that action at this time.
0 commit comments