-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.properties
More file actions
161 lines (145 loc) · 3.51 KB
/
test.properties
File metadata and controls
161 lines (145 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
###
# NOTE: Some of the test cases use special characters, ":set list" in vi to see them
###
###
# TEST SEPARATORS
###
test-colon-separator-1:colon-separator-1
test-colon-separator-2 :colon-separator-2
test-colon-separator-3: colon-separator-3
test-colon-separator-4 : colon-separator-4
test-colon-separator-5 : colon-separator-5
test-colon-separator-6 : colon-separator-6
test-colon-separator-7 : colon-separator-7
test-equals-separator-1=equals-separator-1
test-equals-separator-2 =equals-separator-2
test-equals-separator-3= equals-separator-3
test-equals-separator-4 = equals-separator-4
test-equals-separator-5 = equals-separator-5
test-equals-separator-6 = equals-separator-6
test-equals-separator-7 = equals-separator-7
test-space-separator-1 space-separator-1
test-space-separator-2 space-separator-2
test-space-separator-3 space-separator-3
test-tab-separator-1 tab-separator-1
test-tab-separator-2 tab-separator-2
test-tab-separator-3 tab-separator-3
test-tab-separator-4 tab-separator-4
test-tab-separator-5 tab-separator-5
test-tab-separator-6 tab-separator-6
test-tab-separator-7 tab-separator-7
test-formfeed-separator-1formfeed-separator-1
test-formfeed-separator-2 formfeed-separator-2
test-formfeed-separator-3 formfeed-separator-3
test-formfeed-separator-4 formfeed-separator-4
test-formfeed-separator-5 formfeed-separator-5
test-formfeed-separator-6 formfeed-separator-6
test-formfeed-separator-7 formfeed-separator-7
test-mixed-separators-1=: mixed-separators-1
test-mixed-separators-2= :mixed-separators-2
test-mixed-separators-3 =:mixed-separators-3
test-mixed-separators-4 :=mixed-separators-4
test-mixed-separators-5:= mixed-separators-5
test-mixed-separators-6: =mixed-separators-6
###
# TEST COMMENTS
###
# preceding white space
# preceding white spaces
# preceding tab
# preceding multiple tabs
# preceding tab and white space
# preceding tab and white space
# preceding tab and white spaces
# preceding tab and white spaces
# preceding tabs and white spaces
# preceding tabs and white spaces
# preceding tabs and white spaces
# preceding formfeed
# preceding formfeed and white space
# preceding formfeed and white space
# preceding formfeed and white spaces
# preceding formfeed and white spaces
# preceding formfeeds and white spaces
# preceding formfeeds and white spaces
# preceding formfeeds and white spaces
###
# TEST COMMENTED VALID PROPERTIES
###
# name = value
# name = value
#name = value
#name=value
# name : value
# name value
# name value
# namevalue
###
# TEST SPECIAL CASES
###
=
=
==
= =
:
:
::
: :
a=b
b=
c=
d=
e:
f
g
h
i
j
"k=k"="b=b"
"l=l" ="b=b"
"m=m"= "b=b"
"n=n" = "b=b"
"o=o" = "b=b"
"p=p" "b=b"
"q=q":"b=b"
"r:r":"b:b"
"s:s" "b:b"
"t:t"="b:b"
=u
=v
==W
=x
=y
==z
###
# MULTI-LINE
###
multi-line-1 = line-one \
line-two
multi-line-2 = line-one\
line-two
multi-line-3 = line-one\
\line-two
multi-line-4 = line-one\
\line-two
multi-line-5 = line-one-with-trailing-space\
line-two
multi-line-6 = line-one-with-trailing-spaces\
line-two
multi-line-7 = line-one-with-trailing-tab\
line-two
multi-line-8 = line-one-with-trailing-tabs\
line-two
multi-line-9 = line-one \
line-two-with-space
multi-line-10 = line-one \
line-two-with-tab
multi-line-11 = line-one \
line-two-with-tab
multi-line-12 = line-one \
line-two-with-tabs
multi-line-13 = line-one \
line-two-with-tabs
multi-line-14 = line-one \
line-two \
line-three