Sha256: f8811af3982ba165de6ab29a71575a29dc347a2cc19054aef88da4a509b13fd8
Contents?: true
Size: 709 Bytes
Versions: 3
Compression:
Stored size: 709 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <x:description stylesheet="xspec-55.xsl" xmlns:x="http://www.jenitennison.com/xslt/xspec"> <x:scenario label="In a failure report HTML"> <x:context /> <x:expect select="xs:decimal(1)"> <x:label>[Expected Result] must represent xs:decimal(1) by "1.0" (numeric literal of decimal)</x:label> </x:expect> <x:expect select="xs:double(1)"> <x:label>[Expected Result] must represent xs:double(1) by "xs:double('1')" (constructor of double)</x:label> </x:expect> <x:expect select="xs:integer(1)"> <x:label>[Expected Result] must represent xs:integer(1) by "1" (numeric literal of integer)</x:label> </x:expect> </x:scenario> </x:description>
Version data entries
3 entries across 3 versions & 1 rubygems