Files
kiauh/tests/features/line_parsing/data/case_parse_comment.py
dw-0 60f8aef69b Squashed 'kiauh/core/submodules/simple_config_parser/' content from commit 188dd1f
git-subtree-dir: kiauh/core/submodules/simple_config_parser
git-subtree-split: 188dd1ffd80bf72a2dc6075147ddc9339b059c4b
2024-06-16 18:14:55 +02:00

7 lines
130 B
Python

testcases = [
"# comment # 1",
"; comment # 2",
" ; indented comment",
" # another indented comment",
]