Sha256: 1a53b2318ac1f9771f6e2443bfb6d0b77960e698e7ac79806f33fd0fd6d66df0
Contents?: true
Size: 600 Bytes
Versions: 3
Compression:
Stored size: 600 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <x:description xmlns:x="http://www.jenitennison.com/xslt/xspec" xmlns:fn="http://www.w3.org/2005/xpath-functions" stylesheet="xspec-72.xsl"> <x:scenario label="When processing text in UTF-8"> <x:context> <text> <p>Überprüfung von Umlauten</p> <p>Œ, œ, Ÿ</p> <p>Бесы</p> </text> </x:context> <x:expect label="the encoding is correct"> <text> <p>Überprüfung von Umlauten</p> <p>Œ, œ, Ÿ</p> <p>Бесы</p> </text> </x:expect> </x:scenario> </x:description>
Version data entries
3 entries across 3 versions & 1 rubygems