hyprlang/tests/config/multiline-errors.conf
Joshua Baker 55608efdaa
core: add multiline support (#58)
Adds support for multi-line commands with a backslash
2024-12-28 13:36:59 +00:00

20 lines
492 B
Text

# Careful when modifying this file. Line numbers are part of the test.
multiline = \
one \
two \
three
# Line numbers reported in errors should match the actual line numbers of the source file
# even after multi-line configs. Any errors reported should use the line number of the
# first line of any multi-line config.
this \
should \
cause \
error \
on \
line \
12
# A config file cannot end with a bashslash because we are expecting another line! Even in a comment! \