File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 5858 "exp" : " 1.0"
5959 },
6060 {
61- "srcs " : [" .input {$x :test:select decimalPlaces=9}" ,
61+ "src " : [" .input {$x :test:select decimalPlaces=9}" ,
6262 " .local $y = {$x :test:select decimalPlaces=1}" ,
6363 " .match $y 1.0" ,
6464 " {{1.0}} 1" ,
65- " {{1}} * {{bad-option-value}}" ,
65+ " {{1}} * {{bad-option-value}}" ] ,
6666 "params" : [{ "name" : " x" , "value" : 1 }],
6767 "exp" : " bad-option-value" ,
6868 "expErrors" : [
101101 " 1 1 {{1,1}}" ,
102102 " 1 * {{1,*}}" ,
103103 " * 1 {{*,1}}" ,
104- " * * {{*,*}}" ,
104+ " * * {{*,*}}" ] ,
105105 "exp" : " 1,1"
106106 },
107107 {
111111 " 1 1 {{1,1}}" ,
112112 " 1 * {{1,*}}" ,
113113 " * 1 {{*,1}}" ,
114- " * * {{*,*}}" ,
114+ " * * {{*,*}}" ] ,
115115 "exp" : " 1,*"
116116 },
117117 {
121121 " 1 1 {{1,1}}" ,
122122 " 1 * {{1,*}}" ,
123123 " * 1 {{*,1}}" ,
124- " * * {{*,*}}" ,
124+ " * * {{*,*}}" ] ,
125125 "exp" : " *,1"
126126 },
127127 {
131131 " 1 1 {{1,1}}" ,
132132 " 1 * {{1,*}}" ,
133133 " * 1 {{*,1}}" ,
134- " * * {{*,*}}" ,
134+ " * * {{*,*}}" ] ,
135135 "exp" : " *,*"
136136 },
137137 {
141141 " 1 1 {{1,1}}" ,
142142 " 1 * {{1,*}}" ,
143143 " * 1 {{*,1}}" ,
144- " * * {{*,*}}" ,
144+ " * * {{*,*}}" ] ,
145145 "exp" : " *,1" ,
146146 "expErrors" : [{ "type" : " bad-selector" }]
147147 },
152152 " 1 1 {{1,1}}" ,
153153 " 1 * {{1,*}}" ,
154154 " * 1 {{*,1}}" ,
155- " * * {{*,*}}" ,
155+ " * * {{*,*}}" ] ,
156156 "exp" : " 1,*" ,
157157 "expErrors" : [{ "type" : " bad-selector" }]
158158 }
You can’t perform that action at this time.
0 commit comments