Skip to content

Commit af2b8a4

Browse files
committed
Add whitespace in tests where necessary
1 parent 469f053 commit af2b8a4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/tests/pattern-selection.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
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": [
@@ -97,7 +97,7 @@
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}}",
@@ -107,7 +107,7 @@
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}}",
@@ -117,7 +117,7 @@
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}}",
@@ -137,7 +137,7 @@
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}}",
@@ -148,7 +148,7 @@
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}}",

0 commit comments

Comments
 (0)