ソースを参照

Added test data for hash-like header metadata

Alois Mahdal 11 年 前
コミット
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