Garbage/Tests/SimpleConf/TestConfigs/Parsing-HashInKey.conf

10 lines
245 B
Text
Raw Normal View History

2025-06-09 01:41:33 +02:00
# A simple config file that contains a # character inside the key
2025-06-09 01:41:38 +02:00
uhh=
2025-06-09 01:41:33 +02:00
normal_key=normal_value
another_key=another_value
a_very_bas#ic_key=generic_value
another_one=...
# It doesn't really matter what's here, because the parser won't reach it