File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "license" : " Apache-2.0" ,
1515 "scripts" : {
1616 "build" : " bash ./scripts/md2html/build.sh" ,
17- "test" : " c8 vitest --watch=false"
17+ "test" : " c8 --100 vitest --watch=false"
1818 },
1919 "readmeFilename" : " README.md" ,
2020 "files" : [
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ for (let l in lines) {
209209 line = line . replace ( '<a name="parameterAllowEmptyValue"/>' , '<span id="parameterAllowEmptyValue"></span>' ) ;
210210 }
211211
212- // replace deprecated <a name="..."></a> with <span id="..."></span>
212+ // replace deprecated <a name="..."></a> with <span id="..."></span> - needed for older specs
213213 line = line . replace ( / < a n a m e = " ( [ ^ " ] + ) " > < \/ a > / g, '<span id="$1"></span>' ) ;
214214
215215 line = line . split ( '\\|' ) . join ( '|' ) ; // was ¦
You can’t perform that action at this time.
0 commit comments