mirror of
https://gitee.com/dromara/hutool.git
synced 2025-09-20 02:29:47 +08:00
clean history
This commit is contained in:
24
hutool-setting/src/test/resources/example/example.set
Normal file
24
hutool-setting/src/test/resources/example/example.set
Normal file
@@ -0,0 +1,24 @@
|
||||
# -------------------------------------------------------------
|
||||
# ----- GroupedSet File with UTF8-----
|
||||
# @see com.xiaoleilu.hutool.lang.GroupedSet
|
||||
# -------------------------------------------------------------
|
||||
|
||||
无分组值1
|
||||
无分组值2
|
||||
|
||||
[分组1]
|
||||
值1
|
||||
值2
|
||||
值3
|
||||
|
||||
[特殊分组]
|
||||
1
|
||||
2
|
||||
3
|
||||
\#转义注释符
|
||||
|
||||
[]
|
||||
空分组值1
|
||||
空分组会合并到无分组里
|
||||
|
||||
[没有值的分组]
|
Reference in New Issue
Block a user