~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to lib/test/names.conf

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# keyword with some unquoted names
 
2
label foo bar
 
3
 
 
4
# keyword with escaped newline, names, and whitespace
 
5
label           \
 
6
 foo bar
 
7
 
 
8
# names with full range of alpha-numeric and underscores
 
9
label \
 
10
        abcdefg \
 
11
        hijklmnop \
 
12
        qrs \
 
13
        tuv \
 
14
        wx \
 
15
        yz \
 
16
        a0123456789 \
 
17
        982lksdf \
 
18
        _abcd \
 
19
        1234_ \
 
20
        _ \
 
21
        foo_bar_baz \
 
22
        liajesiajef82197fjadf
 
23
 
 
24
# keyword with names, immediate EOF
 
25
label foo bar
 
 
b'\\ No newline at end of file'