Skip to content

Commit f3067bf

Browse files
committed
adding newlines to shorten lines
1 parent 45944a3 commit f3067bf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

htmlbook-xsl/xspec/fileextension.xspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
xmlns:htmlbook="https://github.com/oreillymedia/HTMLBook"
1010
stylesheet="../chunk.xsl">
1111

12-
<x:scenario label="When calling output-filename-for-chunk" pending="We received an error when trying to run this scenario.
13-
We were using the Saxon JAR file version SAXON HE 9.5.1.2
14-
and the script from https://github.com/xspec/xspec.">
12+
<x:scenario
13+
label="When calling output-filename-for-chunk"
14+
pending="We received an error when trying to run this scenario.
15+
We were using the Saxon JAR file version SAXON HE 9.5.1.2
16+
and the script from https://github.com/xspec/xspec.">
1517
<x:call template="output-filename-for-chunk">
1618
<x:param name="node">
1719
<section data-type="chapter"/>
@@ -20,4 +22,4 @@ and the script from https://github.com/xspec/xspec.">
2022
<x:expect label="the file extension should be .xhtml">ch01.xhtml</x:expect>
2123
</x:scenario>
2224

23-
</x:description>
25+
</x:description>

0 commit comments

Comments
 (0)