提交 2f3804b0 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

fix a space related issue for sort command

上级 c04d958f
......@@ -2,20 +2,19 @@
<?php
/**
[case]
title=step multi_lines
cid=0
pid=0
[group]
step 1 >>
step 2
1. step 1
2. step 2
[group title 3]
[3. steps]
[3. group title 3]
[3.1. steps]
step 3.1
step 3.2
[3. expects]
[3.1. expects]
>>
[esac]
......@@ -30,4 +29,4 @@ if (checkStep3() || true) {
}
function checkStep1(){}
function checkStep3(){}
function checkStep3(){}
\ No newline at end of file
......@@ -2,12 +2,12 @@
<?php
/**
[case]
title=the expect with regx
cid=0
pid=0
step1 >> abc123
[group]
1. step1 >> abc123
[esac]
*/
......
......@@ -2,16 +2,16 @@
<?php
/**
[case]
title=expect with regx
cid=0
pid=0
step1 >> ^abc\d{3}$
[group]
1. step1 >> ^abc\d{3}$
[esac]
*/
checkStep1() || print(">> abc123\n");
function checkStep1(){}
function checkStep1(){}
\ No newline at end of file
......@@ -2,12 +2,12 @@
<?php
/**
[case]
title=expect with format string
cid=0
pid=0
step1 >> %s%d
[group]
1. step1 >> %s%d
[esac]
*/
......
......@@ -2,17 +2,16 @@
<?php
/**
[case]
title=skip
cid=-1
pid=0
[group]
step 1 >> expect 1
1. step 1 >> expect 1
[group title 3]
step 3.1 >> expect 1.1
step 3.2 >> expect 1.2
[2. group title 3]
2. step 3.1 >> expect 1.1
2. step 3.2 >> expect 1.2
[esac]
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册