Sha256: 02bdaec90504921787235a8e8477c3ac4d203d9eb13ba7234d394b1520680c5b

Contents?: true

Size: 530 Bytes

Versions: 3

Compression:

Stored size: 530 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<x:description xmlns:x="http://www.jenitennison.com/xslt/xspec" 
               xmlns:functx="http://www.functx.com"
               query="http://www.functx.com" 
               query-at="xquery-tutorial.xq">

  <x:scenario label="Calling function capitalize-first">
    <x:call function="functx:capitalize-first">
      <x:param select="'hello'"/>
    </x:call>

    <x:expect label="should capitalize the first character of the string" select="'Hello'"/>

  </x:scenario>

</x:description>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple-xspec-wrapper-0.3.0-java vendor/xspec-1.0.0/tutorial/xquery-tutorial.xspec
simple-xspec-wrapper-0.2.0-java vendor/xspec-1.0.0/tutorial/xquery-tutorial.xspec
simple-xspec-wrapper-0.1.0-java vendor/xspec-1.0.0/tutorial/xquery-tutorial.xspec