mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 00:33:37 +05:00
git-subtree-dir: kiauh/core/submodules/simple_config_parser git-subtree-split: 188dd1ffd80bf72a2dc6075147ddc9339b059c4b
7 lines
130 B
Python
7 lines
130 B
Python
testcases = [
|
|
"# comment # 1",
|
|
"; comment # 2",
|
|
" ; indented comment",
|
|
" # another indented comment",
|
|
]
|