File: context.kid

package info (click to toggle)
kid 0.6.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 588 kB
  • ctags: 588
  • sloc: python: 2,447; makefile: 5; xml: 4
file content (11 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
<?xml version='1.0' encoding='utf-8'?>
<testdoc xmlns:py="http://purl.org/kid/ns#">
  <test>
    <attempt><p py:content="foo">should be 10</p></attempt>
    <expect><p>10</p></expect>
  </test>
  <test>
    <attempt><p py:content="bar">should be bla bla</p></attempt>
    <expect><p>bla bla</p></expect>
  </test>
</testdoc>