mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +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 ;
|