File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 5959 },
6060 {
6161 "src" : [" .input {$x :test:select decimalPlaces=9}" ,
62- " .local $y = {$x :test:select decimalPlaces=1}" ,
63- " .match $y 1.0 " ,
64- " {{1.0}} 1 " ,
65- " {{1}} * {{bad-option-value}}" ],
62+ " .local $y = {$x :test:select decimalPlaces=1}" ,
63+ " .match $y\n " ,
64+ " 1.0 {{1.0}}\n "
65+ " 1 {{1}} * {{bad-option-value}}" ],
6666 "params" : [{ "name" : " x" , "value" : 1 }],
6767 "exp" : " bad-option-value" ,
6868 "expErrors" : [
9797 {
9898 "src" : [" .local $x = {1 :test:select}" ,
9999 " .local $y = {1 :test:select}" ,
100- " .match $x $y" ,
100+ " .match $x $y\n " ,
101101 " 1 1 {{1,1}}" ,
102102 " 1 * {{1,*}}" ,
103103 " * 1 {{*,1}}" ,
107107 {
108108 "src" : [" .local $x = {1 :test:select}" ,
109109 " .local $y = {0 :test:select}" ,
110- " .match $x $y" ,
110+ " .match $x $y\n " ,
111111 " 1 1 {{1,1}}" ,
112112 " 1 * {{1,*}}" ,
113113 " * 1 {{*,1}}" ,
117117 {
118118 "src" : [" .local $x = {0 :test:select}" ,
119119 " .local $y = {1 :test:select}" ,
120- " .match $x $y" ,
120+ " .match $x $y\n " ,
121121 " 1 1 {{1,1}}" ,
122122 " 1 * {{1,*}}" ,
123123 " * 1 {{*,1}}" ,
137137 {
138138 "src" : [" .local $x = {1 :test:select fails=select}" ,
139139 " .local $y = {1 :test:select}" ,
140- " .match $x $y" ,
140+ " .match $x $y\n " ,
141141 " 1 1 {{1,1}}" ,
142142 " 1 * {{1,*}}" ,
143143 " * 1 {{*,1}}" ,
148148 {
149149 "src" : [" .local $x = {1 :test:select}" ,
150150 " .local $y = {1 :test:format}" ,
151- " .match $x $y" ,
151+ " .match $x $y\n " ,
152152 " 1 1 {{1,1}}" ,
153153 " 1 * {{1,*}}" ,
154154 " * 1 {{*,1}}" ,
You can’t perform that action at this time.
0 commit comments