You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In doing a clean npm install, several dependencies were upgraded to
their latest versions, resulting in changes in the expected test
files.
Let's update these as such.
Copy file name to clipboardExpand all lines: test/functional/test_site/expected/index.html
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -219,17 +219,17 @@ <h1 id="heading-with-multiple-keywords">Heading with multiple keywords<a class="
219
219
<p><spanclass="keyword">keyword 1</span>
220
220
<spanclass="keyword">keyword 2</span></p>
221
221
<h1id="heading-with-keyword-in-panel">Heading with keyword in panel<aclass="fa fa-anchor" href="#heading-with-keyword-in-panel" onclick="event.stopPropagation()"></a></h1>
222
-
<panelexpanded=""><templateslot="_header">
222
+
<panelexpanded><templateslot="_header">
223
223
<p>Panel with keyword</p>
224
224
</template>
225
225
<spanclass="keyword">panel keyword</span></panel>
226
226
<p><strong>Panel with heading with keyword</strong></p>
<h1id="panel-without-heading-with-keyword">Panel without heading with keyword<aclass="fa fa-anchor" href="#panel-without-heading-with-keyword" onclick="event.stopPropagation()"></a></h1>
234
234
</template>
235
235
<h1id="keyword-should-be-tagged-to-this-heading-not-the-panel-heading">Keyword should be tagged to this heading, not the panel heading<aclass="fa fa-anchor" href="#keyword-should-be-tagged-to-this-heading-not-the-panel-heading" onclick="event.stopPropagation()"></a></h1>
<divname="Referencing specified path in boilerplate">
339
339
<h1id="path-within-the-boilerplate-folder-is-separately-specified">Path within the boilerplate folder is separately specified<aclass="fa fa-anchor" href="#path-within-the-boilerplate-folder-is-separately-specified" onclick="event.stopPropagation()"></a></h1>
340
340
<p>Like static include, pages within the site should be able to use files located in folders within boilerplate.</p>
341
-
<p>Also, the boilerplate file name (e.g. <codev-pre="">inside.md</code>) and the file that it is supposed to act as (<codev-pre="">notInside.md</code>) can be different.</p>
342
-
<p>This file should behaves as if it is in the <codev-pre="">requirements</code> folder:</p>
341
+
<p>Also, the boilerplate file name (e.g. <codev-pre>inside.md</code>) and the file that it is supposed to act as (<codev-pre>notInside.md</code>) can be different.</p>
342
+
<p>This file should behaves as if it is in the <codev-pre>requirements</code> folder:</p>
<h2id="panel-with-normal-src-header">Panel with normal src header<aclass="fa fa-anchor" href="#panel-with-normal-src-header" onclick="event.stopPropagation()"></a></h2>
557
557
</template></panel>
558
558
<p><strong>Panel with src from a page segment</strong></p>
<h2id="panel-with-src-from-a-page-segment-header">Panel with src from a page segment header<aclass="fa fa-anchor" href="#panel-with-src-from-a-page-segment-header" onclick="event.stopPropagation()"></a></h2>
<h2id="panel-with-src-from-another-markbind-site-header">Panel with src from another Markbind site header<aclass="fa fa-anchor" href="#panel-with-src-from-another-markbind-site-header" onclick="event.stopPropagation()"></a></h2>
<h2id="panel-with-src-from-another-markbind-site-header-2">Panel with src from another Markbind site header<aclass="fa fa-anchor" href="#panel-with-src-from-another-markbind-site-header-2" onclick="event.stopPropagation()"></a></h2>
<b-modalid="modal-with-panel" hide-footer=""size=""modal-class="mb-zoom" ref="modal-with-panel"><templateslot="modal-title">modal title with panel inside</template>
<b-modalid="modal-with-panel" hide-footersizemodal-class="mb-zoom" ref="modal-with-panel"><templateslot="modal-title">modal title with panel inside</template>
<h2id="panel-header-inside-unexpanded-panel-should-not-appear-in-search-data">Panel header inside unexpanded panel should not appear in search data<aclass="fa fa-anchor" href="#panel-header-inside-unexpanded-panel-should-not-appear-in-search-data" onclick="event.stopPropagation()"></a></h2>
608
608
</template>
609
609
<p><strong>Panel content inside unexpanded panel should not appear in search data</strong></p>
<h6class="always-index" id="level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed">Level 6 header (outside headingSearchIndex) with always-index attribute should be indexed<aclass="fa fa-anchor" href="#level-6-header-outside-headingsearchindex-with-always-index-attribute-should-be-indexed" onclick="event.stopPropagation()"></a></h6>
654
654
<p><strong>Test nunjucks raw tags</strong></p>
655
655
<p></p>
656
-
<divv-pre="">{{ variable interpolation syntax can be used with v-pre }}</div>
657
-
<divv-pre="">{{ nonExistentVariable }}</div>
658
-
<codev-pre="">{{ code elements should automatically be assigned v-pre }}</code>
656
+
<divv-pre>{{ variable interpolation syntax can be used with v-pre }}</div>
657
+
<divv-pre>{{ nonExistentVariable }}</div>
658
+
<codev-pre>{{ code elements should automatically be assigned v-pre }}</code>
0 commit comments