File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
"license" : " Apache-2.0" ,
15
15
"scripts" : {
16
16
"build" : " bash ./scripts/md2html/build.sh" ,
17
- "test" : " c8 vitest --watch=false"
17
+ "test" : " c8 --100 vitest --watch=false"
18
18
},
19
19
"readmeFilename" : " README.md" ,
20
20
"files" : [
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ for (let l in lines) {
209
209
line = line . replace ( '<a name="parameterAllowEmptyValue"/>' , '<span id="parameterAllowEmptyValue"></span>' ) ;
210
210
}
211
211
212
- // replace deprecated <a name="..."></a> with <span id="..."></span>
212
+ // replace deprecated <a name="..."></a> with <span id="..."></span> - needed for older specs
213
213
line = line . replace ( / < a n a m e = " ( [ ^ " ] + ) " > < \/ a > / g, '<span id="$1"></span>' ) ;
214
214
215
215
line = line . split ( '\\|' ) . join ( '|' ) ; // was ¦
You can’t perform that action at this time.
0 commit comments