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
Updating Test to Match New xref-number-and-title Format
Although we could not get this particular test to work, I've updated
the <x:expect> elements to match the new format in case we can get
it working in the future.
<x:expectlabel="it should return chapter label, number, and title"><ahref="#awesome_chap"id="chap-num-title-xref"data-type="xref"data-xrefstyle="chap-num-title"data-xref-pagenum-style="...">Chapter 1, <em>AWESOME CHAPTER</em></a></x:expect>
1422
+
<x:expectlabel="it should return chapter label, number, and title"><ahref="#awesome_chap"id="chap-num-title-xref"data-type="xref"data-xrefstyle="chap-num-title"data-xref-pagenum-style="...">Chapter 1, “AWESOME CHAPTER“</a></x:expect>
1423
1423
</x:scenario>
1424
1424
1425
1425
<x:scenariolabel="of 'app-num-title'"pending="We received an error when trying to run this scenario.
1426
1426
We were using the Saxon JAR file version SAXON HE 9.5.1.2
1427
1427
and the script from https://github.com/xspec/xspec.">
<x:expectlabel="it should return appendix label, number, and title"><ahref="#awesome_app"id="app-num-title-xref"data-type="xref"data-xrefstyle="app-num-title"data-xref-pagenum-style="...">Appendix A, <em>Appendix Title</em></a></x:expect>
1429
+
<x:expectlabel="it should return appendix label, number, and title"><ahref="#awesome_app"id="app-num-title-xref"data-type="xref"data-xrefstyle="app-num-title"data-xref-pagenum-style="...">Appendix A, “Appendix Title“</a></x:expect>
1430
1430
</x:scenario>
1431
1431
1432
1432
<x:scenariolabel="of 'part-num-title'"pending="We received an error when trying to run this scenario.
1433
1433
We were using the Saxon JAR file version SAXON HE 9.5.1.2
1434
1434
and the script from https://github.com/xspec/xspec.">
<x:expectlabel="it should return part label, number, and title"><ahref="#awesome_part"id="part-num-title-xref"data-type="xref"data-xrefstyle="part-num-title"data-xref-pagenum-style="...">Part I, <em>I'm Part of the Solution!</em></a></x:expect>
1436
+
<x:expectlabel="it should return part label, number, and title"><ahref="#awesome_part"id="part-num-title-xref"data-type="xref"data-xrefstyle="part-num-title"data-xref-pagenum-style="...">Part I, “I'm Part of the Solution!“</a></x:expect>
1437
1437
</x:scenario>
1438
1438
1439
1439
<x:scenariolabel="of 'select:nopage'"pending="We received an error when trying to run this scenario.
0 commit comments