File: attr2

package info (click to toggle)
libgit2 1.9.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,816 kB
  • sloc: ansic: 203,740; javascript: 2,458; sh: 1,763; python: 384; perl: 99; php: 65; makefile: 33
file content (21 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# variations on assignments

pat0 simple
pat1 -neg
* notundef
pat2 !notundef
pat3 assigned=test-value
pat4 rule-with-more-chars=value-with-more-chars
pat5 empty=
pat6 -negempty=
pat7 multiple -single values=1 also=a-really-long-value/* happy=yes!
# the next line has trailing spaces
pat8 again= another=12321                        
patbad0 # empty assignment does not count
# next line will be another simple empty assign that should not count
            patbad1    

# BTW I think there are 11 valid rules and two "invalid" empty ones

pat9 -at-eof