change project structure
This commit is contained in:
20
test/data/expected_ini/test_add_keyval.sh.ini
Normal file
20
test/data/expected_ini/test_add_keyval.sh.ini
Normal file
@ -0,0 +1,20 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
Key3 = 3
|
||||
|
||||
[MultipleKeySection]
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
[SectionWithoutNewLineBefore]
|
20
test/data/expected_ini/test_add_keyval_existing.sh.ini
Normal file
20
test/data/expected_ini/test_add_keyval_existing.sh.ini
Normal file
@ -0,0 +1,20 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
Key = 4
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
[SectionWithoutNewLineBefore]
|
21
test/data/expected_ini/test_add_section.sh.ini
Normal file
21
test/data/expected_ini/test_add_section.sh.ini
Normal file
@ -0,0 +1,21 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
[SectionWithoutNewLineBefore]
|
||||
|
||||
[NewSection]
|
18
test/data/expected_ini/test_del_key.sh.ini
Normal file
18
test/data/expected_ini/test_del_key.sh.ini
Normal file
@ -0,0 +1,18 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
[SectionWithoutNewLineBefore]
|
16
test/data/expected_ini/test_del_key_multiple.sh.ini
Normal file
16
test/data/expected_ini/test_del_key_multiple.sh.ini
Normal file
@ -0,0 +1,16 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
[SectionWithoutNewLineBefore]
|
18
test/data/expected_ini/test_del_keyval.sh.ini
Normal file
18
test/data/expected_ini/test_del_keyval.sh.ini
Normal file
@ -0,0 +1,18 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
Key = 1
|
||||
Key = 3
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
[SectionWithoutNewLineBefore]
|
17
test/data/expected_ini/test_del_section.sh.ini
Normal file
17
test/data/expected_ini/test_del_section.sh.ini
Normal file
@ -0,0 +1,17 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
Key = 1
|
||||
Key = 2
|
||||
Key = 3
|
||||
|
||||
[SectionWithoutNewLineBefore]
|
1
test/data/expected_ini/test_get_key.sh.ini
Normal file
1
test/data/expected_ini/test_get_key.sh.ini
Normal file
@ -0,0 +1 @@
|
||||
Some Value2 And Tabs!
|
3
test/data/expected_ini/test_get_key_multiple.sh.ini
Normal file
3
test/data/expected_ini/test_get_key_multiple.sh.ini
Normal file
@ -0,0 +1,3 @@
|
||||
1
|
||||
2
|
||||
3
|
0
test/data/expected_ini/test_get_keyval.sh.ini
Normal file
0
test/data/expected_ini/test_get_keyval.sh.ini
Normal file
7
test/data/expected_ini/test_get_section.sh.ini
Normal file
7
test/data/expected_ini/test_get_section.sh.ini
Normal file
@ -0,0 +1,7 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
5
test/data/expected_ini/test_get_section_list.sh.ini
Normal file
5
test/data/expected_ini/test_get_section_list.sh.ini
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
SimpleSection
|
||||
MultipleKeySection
|
||||
SectionWithIndent
|
||||
SectionWithoutNewLineBefore
|
17
test/data/expected_ini/test_set_keyval.sh.ini
Normal file
17
test/data/expected_ini/test_set_keyval.sh.ini
Normal file
@ -0,0 +1,17 @@
|
||||
# comment
|
||||
; comment again
|
||||
|
||||
DefKey1 = Some Value1
|
||||
DefKey2 = Some Value2 And Tabs! # With Comment
|
||||
DefKey3=NoSpaces!
|
||||
|
||||
[SimpleSection] # Comment For Section
|
||||
Key1 = 1
|
||||
Key2 = 2
|
||||
|
||||
[MultipleKeySection]
|
||||
Key = onlyone
|
||||
|
||||
[SectionWithIndent]
|
||||
Key=Value
|
||||
[SectionWithoutNewLineBefore]
|
Reference in New Issue
Block a user