Skip to content

Commit bd97dc7

Browse files
committed
Update common.xspec
Changing labels to read 'enabled' when label.formal.with.ancestor param is, in fact, enabled
1 parent dd15b04 commit bd97dc7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

htmlbook-xsl/xspec/common.xspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -405,23 +405,23 @@ sect5:none
405405

406406
</x:scenario>
407407

408-
<x:scenario label="With label.formal.with.ancestor disabled">
408+
<x:scenario label="With label.formal.with.ancestor enabled">
409409
<x:context select="h:section[@data-type='chapter']//h:div[@data-type='equation'][1]" mode="label.markup">
410410
<x:param name="label.formal.with.ancestor" select="1"/>
411411
</x:context>
412412
<x:expect label="The appropriate numeration value should be generated" >1-1</x:expect>
413413

414414
</x:scenario>
415415

416-
<x:scenario label="With label.formal.with.ancestor disabled">
416+
<x:scenario label="With label.formal.with.ancestor enabled">
417417
<x:context select="h:section[@data-type='chapter']//h:div[@data-type='equation'][2]" mode="label.markup">
418418
<x:param name="label.formal.with.ancestor" select="1"/>
419419
</x:context>
420420
<x:expect label="The appropriate numeration value should be generated" ></x:expect>
421421

422422
</x:scenario>
423423

424-
<x:scenario label="With label.formal.with.ancestor disabled">
424+
<x:scenario label="With label.formal.with.ancestor enabled">
425425
<x:context select="h:section[@data-type='chapter']//h:div[@data-type='equation'][3]" mode="label.markup">
426426
<x:param name="label.formal.with.ancestor" select="1"/>
427427
</x:context>
@@ -479,23 +479,23 @@ sect5:none
479479

480480
</x:scenario>
481481

482-
<x:scenario label="With label.formal.with.ancestor disabled">
482+
<x:scenario label="With label.formal.with.ancestor enabled">
483483
<x:context select="h:section[@data-type='preface']//h:div[@data-type='equation'][1]" mode="label.markup">
484484
<x:param name="label.formal.with.ancestor" select="1"/>
485485
</x:context>
486486
<x:expect label="The appropriate numeration value should be generated" >P-1</x:expect>
487487

488488
</x:scenario>
489489

490-
<x:scenario label="With label.formal.with.ancestor disabled">
490+
<x:scenario label="With label.formal.with.ancestor enabled">
491491
<x:context select="h:section[@data-type='preface']//h:div[@data-type='equation'][2]" mode="label.markup">
492492
<x:param name="label.formal.with.ancestor" select="1"/>
493493
</x:context>
494494
<x:expect label="The appropriate numeration value should be generated" ></x:expect>
495495

496496
</x:scenario>
497497

498-
<x:scenario label="With label.formal.with.ancestor disabled">
498+
<x:scenario label="With label.formal.with.ancestor enabled">
499499
<x:context select="h:section[@data-type='preface']//h:div[@data-type='equation'][3]" mode="label.markup">
500500
<x:param name="label.formal.with.ancestor" select="1"/>
501501
</x:context>
@@ -555,23 +555,23 @@ sect5:none
555555

556556
</x:scenario>
557557

558-
<x:scenario label="With label.formal.with.ancestor disabled">
558+
<x:scenario label="With label.formal.with.ancestor enabled">
559559
<x:context select="h:section[@data-type='appendix']//h:div[@data-type='equation'][1]" mode="label.markup">
560560
<x:param name="label.formal.with.ancestor" select="1"/>
561561
</x:context>
562562
<x:expect label="The appropriate numeration value should be generated" >A-1</x:expect>
563563

564564
</x:scenario>
565565

566-
<x:scenario label="With label.formal.with.ancestor disabled">
566+
<x:scenario label="With label.formal.with.ancestor enabled">
567567
<x:context select="h:section[@data-type='appendix']//h:div[@data-type='equation'][2]" mode="label.markup">
568568
<x:param name="label.formal.with.ancestor" select="1"/>
569569
</x:context>
570570
<x:expect label="The appropriate numeration value should be generated" ></x:expect>
571571

572572
</x:scenario>
573573

574-
<x:scenario label="With label.formal.with.ancestor disabled">
574+
<x:scenario label="With label.formal.with.ancestor enabled">
575575
<x:context select="h:section[@data-type='appendix']//h:div[@data-type='equation'][3]" mode="label.markup">
576576
<x:param name="label.formal.with.ancestor" select="1"/>
577577
</x:context>

0 commit comments

Comments
 (0)