提交 1759c4ab 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

close task#7909

上级 f2535e17
......@@ -5,45 +5,45 @@ version: 1.0
fields:
- field: number_with_esp
from: email.email.v1.yaml
from: email.v1.yaml
use: number_with_esp
prefix: ""
postfix: "\t"
- field: number_with_self
from: email.email.v1.yaml
from: email.v1.yaml
use: number_with_self
prefix: ""
postfix: "\t"
- field: letter_with_esp
from: email.email.v1.yaml
from: email.v1.yaml
use: letter_with_esp
prefix: ""
postfix: "\t"
- field: letter_with_self
from: email.email.v1.yaml
from: email.v1.yaml
use: letter_with_self
prefix: ""
postfix: "\t"
- field: western_with_esp
from: email.email.v1.yaml
from: email.v1.yaml
use: western_with_esp
prefix: ""
postfix: "\t"
- field: western_with_self
from: email.email.v1.yaml
from: email.v1.yaml
use: western_with_self
prefix: ""
postfix: "\t"
- field: pinyin_with_esp
from: email.email.v1.yaml
from: email.v1.yaml
use: pinyin_with_esp
prefix: ""
postfix: "\t"
- field: pinyin_with_self
from: email.email.v1.yaml
from: email.v1.yaml
use: pinyin_with_self
prefix: ""
postfix: "\t"
\ No newline at end of file
title: 测试文件
desc:
author: zentao
version: 1.0
fields:
- field: privateC
from: ip.v1.yaml
use: privateC
prefix: ""
postfix: "\t"
- field: privateB
from: ip.v1.yaml
use: privateB
prefix: ""
postfix: "\t"
- field: privateA
from: ip.v1.yaml
use: privateA
prefix: ""
postfix: "\t"
- field: ipC
from: ip.v2.yaml
use: ipC
prefix: ""
postfix: "\t"
- field: ipB
from: ip.v2.yaml
use: ipB
prefix: ""
postfix: "\t"
- field: ipA
from: ip.v2.yaml
use: ipA
prefix: ""
postfix: "\t"
\ No newline at end of file
title: IP地址
desc: 含有多种实现的示例。
author: wwccss
version: 1.0
field: ip
instances:
- instance: ipC
note: C类IP地址
mode: r
fields:
- field: part1
range: 192-223
postfix: .
- field: part2
range: 0-254
postfix: .
- field: part3
range: 0-254
postfix: .
- field: part4
range: 1-254
- instance: ipB
note: B类IP地址
mode: r
fields:
- field: part1
range: 128-191
postfix: .
- field: part2
range: 0-254
postfix: .
- field: part3
range: 0-254
postfix: .
- field: part4
range: 1-254
- instance: ipA
note: A类IP地址
mode: r
fields:
- field: part1
range: 1-126
postfix: .
- field: part2
range: 0-254
postfix: .
- field: part3
range: 0-254
postfix: .
- field: part4
range: 1-254
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册