diff options
Diffstat (limited to 'tests/fixtures/test.gitconfig')
-rw-r--r-- | tests/fixtures/test.gitconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/fixtures/test.gitconfig b/tests/fixtures/test.gitconfig index 3c573c9e..b178cf60 100644 --- a/tests/fixtures/test.gitconfig +++ b/tests/fixtures/test.gitconfig | |||
@@ -1,3 +1,23 @@ | |||
1 | [section] | 1 | [section] |
2 | empty | 2 | empty |
3 | nonempty = true | 3 | nonempty = true |
4 | boolinvalid = oops | ||
5 | booltrue = true | ||
6 | boolfalse = false | ||
7 | intinvalid = oops | ||
8 | inthex = 0x10 | ||
9 | inthexk = 0x10k | ||
10 | int = 10 | ||
11 | intk = 10k | ||
12 | intm = 10m | ||
13 | intg = 10g | ||
14 | [repo "syncstate.main"] | ||
15 | synctime = 2021-09-14T17:23:43.537338Z | ||
16 | version = 1 | ||
17 | [repo "syncstate.sys"] | ||
18 | argv = ['/usr/bin/pytest-3'] | ||
19 | [repo "syncstate.superproject"] | ||
20 | test = false | ||
21 | [repo "syncstate.options"] | ||
22 | verbose = true | ||
23 | mpupdate = false | ||