mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-12-23 10:29:49 +01:00
20 lines
492 B
Text
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! \
|