File: multiline-errors.conf

package info (click to toggle)
hyprlang 0.6.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: cpp: 1,765; sh: 9; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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! \