6_expect_with_regx.php 169 字节
Newer Older
aaronchen2k2k's avatar
aaronchen2k2k 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#!/usr/bin/env php

<?php
/**
[case]

title=expect with regx
cid=1
pid=1

step1 >> ^abc\d{3}$

[esac]
*/

checkStep1() || print(">> abc123\n");

function checkStep1(){}