Browse Source

update config file for testing code, add more sections for testing.

tags/v0.1.0
xuyige 6 years ago
parent
commit
7138ff210f
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      test/loader/config

+ 6
- 0
test/loader/config View File

@@ -10,3 +10,9 @@ input = [1,2,3]
text = "this is text"

doubles = 0.5

[t]
x = "this is an test section"

[test-case-2]
double = 0.5

Loading…
Cancel
Save