浏览代码

Added test data for hash-like header metadata

Alois Mahdal 12 年前
父节点
当前提交
f82b9004a2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      t/data/strepo/release/rc.stm

+ 4
- 0
t/data/strepo/release/rc.stm 查看文件

3
 Description: Basic release criterion
3
 Description: Basic release criterion
4
 Owner: some.guy@example.com
4
 Owner: some.guy@example.com
5
 Various ISTQB BS: this; that...
5
 Various ISTQB BS: this; that...
6
+Cartesian: proto=imap; proto=pop3; os=w7a; os=wxx; os=wva; os=w8x; arch=amd64; arch=x86
6
 
7
 
7
 This is the release client protocol.  Here the body starts...
8
 This is the release client protocol.  Here the body starts...
8
 
9
 
12
 2. Check IMAPIsm        {proto==imap}
13
 2. Check IMAPIsm        {proto==imap}
13
 2. Check POP3ism        {proto==pop3}
14
 2. Check POP3ism        {proto==pop3}
14
     > result is OK
15
     > result is OK
16
+3. Some XP thing        {os==wxx}
17
+3. Some Win7 thing      {os=~w7*}
18
+4. Some amd64 thing     {arch=amd64}
15
 
19