<?xml version="1.0" encoding="UTF-8"?>
<x:description 
    xmlns:x="http://www.jenitennison.com/xslt/xspec"
    xmlns:tei="http://www.tei-c.org/ns/1.0"
    xmlns="http://www.tei-c.org/ns/1.0"
    
    stylesheet="../toc.xsl">
    <x:scenario label="test creating table of contents">
        <x:call template="tocSection"/>
        <x:expect label="a divGen element should be created">
            <divGen type="toc"/>
        </x:expect>
    </x:scenario>
</x:description>