mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-10-01 15:50:42 +00:00
9 lines
92 B
INI
9 lines
92 B
INI
#
|
|
# All of these should trigger syntax errors
|
|
#
|
|
[section]
|
|
hello
|
|
world
|
|
hello \
|
|
world
|
|
a + b ;
|