From fb34f7e81641d8b8294b955225ceeb1f36dfccc9 Mon Sep 17 00:00:00 2001 From: aaron <462826@qq.com> Date: Thu, 28 May 2020 18:02:53 +0800 Subject: [PATCH] fix some issues --- demo/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demo/test.yaml b/demo/test.yaml index 2e2901b9..d9e002cb 100644 --- a/demo/test.yaml +++ b/demo/test.yaml @@ -14,14 +14,16 @@ fields: use: small,large loop: 3 loopfix: " " - postfix: " " + prefix: "[" + postfix: "]" expect: 1,2,3,101,102... - field: field2 note: 引用內置IP地址数据定义中的C类地址 from: system.ip.v1.yaml use: privateC - prefix: _ + prefix: "[" + postfix: "]" loop: 3 loopfix: " " expect: 192.168.0.1 ...​ -- GitLab