Squashed 'kiauh/core/submodules/simple_config_parser/' content from commit 188dd1f

git-subtree-dir: kiauh/core/submodules/simple_config_parser
git-subtree-split: 188dd1ffd80bf72a2dc6075147ddc9339b059c4b
This commit is contained in:
dw-0
2024-06-16 18:14:55 +02:00
commit 60f8aef69b
23 changed files with 1929 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
testcases = [
("[test_section]", "test_section"),
("[test_section two]", "test_section two"),
("[section1] # inline comment", "section1"),
("[section2] ; second comment", "section2"),
]