File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ assert('number_appendix inserts the prefix and counters', {
64
64
c(
65
65
' <ul>' ,
66
66
' <li><span class=\" toc-section-number\" >APP a</span> One' ,
67
- ' <li><span class=\" toc-section-number\" >APP a.1</span> One subsection' ,
67
+ ' <li><span class=\" toc-section-number\" >a.1</span> One subsection' ,
68
68
' <li><span class=\" toc-section-number\" >APP b</span> Two' ,
69
69
' </ul>'
70
70
))
@@ -77,7 +77,7 @@ assert('number_appendix inserts the prefix and counters', {
77
77
c(
78
78
' <ul>' ,
79
79
' <li><span class=\" toc-section-number\" >APP one</span> One' ,
80
- ' <li><span class=\" toc-section-number\" >APP one 1</span> One subsection' ,
80
+ ' <li><span class=\" toc-section-number\" >one 1</span> One subsection' ,
81
81
' <li><span class=\" toc-section-number\" >APP two</span> Two' ,
82
82
' </ul>'
83
83
))
You can’t perform that action at this time.
0 commit comments