@less/test-data 4.9.0 → 5.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/UPSTREAM-FIXTURE-SYNC.md +54 -0
  2. package/package.json +4 -1
  3. package/styles.config.ts +15 -0
  4. package/tests-config/3rd-party/styles.config.cjs +1 -1
  5. package/tests-config/compression/styles.config.cjs +1 -1
  6. package/tests-config/debug/all/styles.config.cjs +1 -1
  7. package/tests-config/debug/comments/styles.config.cjs +1 -1
  8. package/tests-config/debug/mediaquery/styles.config.cjs +1 -1
  9. package/tests-config/filemanagerPlugin/styles.config.cjs +1 -1
  10. package/tests-config/functions-harness/functions-harness.css +8 -0
  11. package/tests-config/functions-harness/functions-harness.less +10 -0
  12. package/tests-config/js-type-errors/js-type-error-2.txt +4 -0
  13. package/tests-config/js-type-errors/js-type-error.txt +1 -1
  14. package/tests-config/namespacing/legacy/namespacing-7.css +15 -0
  15. package/tests-config/namespacing/namespacing-5.less +3 -3
  16. package/tests-config/namespacing/namespacing-7.css +16 -8
  17. package/tests-config/namespacing/styles.config.cjs +4 -1
  18. package/tests-config/sourcemaps/styles.config.cjs +1 -1
  19. package/tests-config/sourcemaps-variable-selector/styles.config.cjs +1 -1
  20. package/tests-config/strict-imports/legacy/strict-imports.css +14 -0
  21. package/tests-config/strict-imports/strict-imports.css +4 -2
  22. package/tests-config/strict-imports/styles.config.cjs +6 -5
  23. package/tests-config/units/no-strict/legacy/no-strict.css +24 -0
  24. package/tests-config/units/no-strict/no-strict.css +3 -3
  25. package/tests-config/url-args/legacy/urls.css +58 -0
  26. package/tests-config/url-args/urls.css +2 -1
  27. package/tests-error/eval/ampersand-merge-template-invalid.less +7 -0
  28. package/tests-error/eval/ampersand-merge-template-invalid.txt +1 -0
  29. package/tests-error/eval/at-rules-undefined-var.less +1 -1
  30. package/tests-error/eval/property-undefined.txt +1 -0
  31. package/tests-error/eval/recursive-property.txt +1 -0
  32. package/tests-unit/at-rule-variable-deprecated/at-rule-variable-deprecated.css +0 -38
  33. package/tests-unit/at-rule-variable-deprecated/at-rule-variable-deprecated.less +0 -70
  34. package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.css +45 -0
  35. package/tests-unit/at-rule-variable-interpolation/at-rule-variable-interpolation.less +72 -0
  36. package/tests-unit/at-rules/at-rules.css +8 -6
  37. package/tests-unit/at-rules/legacy/at-rules.css +110 -0
  38. package/tests-unit/at-rules/styles.config.ts +5 -0
  39. package/tests-unit/at-rules-bubbling/at-rules-bubbling.css +121 -0
  40. package/tests-unit/at-rules-bubbling/legacy/at-rules-bubbling.css +122 -0
  41. package/tests-unit/at-rules-keyword-comments/at-rules-keyword-comments.css +2 -5
  42. package/tests-unit/at-rules-keyword-comments/legacy/at-rules-keyword-comments.css +12 -0
  43. package/tests-unit/at-rules-targeted/at-rules-targeted.css +5 -3
  44. package/tests-unit/at-rules-targeted/legacy/at-rules-targeted.css +55 -0
  45. package/tests-unit/calc/calc.css +8 -8
  46. package/tests-unit/calc/calc.less +1 -0
  47. package/tests-unit/calc/legacy/calc.css +32 -0
  48. package/tests-unit/color-functions/basic.css +1 -1
  49. package/tests-unit/color-functions/comprehensive.css +5 -5
  50. package/tests-unit/color-functions/comprehensive.less +1 -0
  51. package/tests-unit/color-functions/formats.css +0 -12
  52. package/tests-unit/color-functions/formats.less +0 -15
  53. package/tests-unit/color-functions/legacy/basic.css +21 -0
  54. package/tests-unit/color-functions/legacy/comprehensive.css +48 -0
  55. package/tests-unit/color-functions/legacy/modern-syntax.css +9 -0
  56. package/tests-unit/color-functions/legacy/operations.css +18 -0
  57. package/tests-unit/color-functions/legacy/rgba.css +20 -0
  58. package/tests-unit/color-functions/modern-syntax.css +4 -4
  59. package/tests-unit/color-functions/modern-syntax.less +1 -0
  60. package/tests-unit/color-functions/operations.less +1 -0
  61. package/tests-unit/color-functions/rgba.css +3 -3
  62. package/tests-unit/color-functions/rgba.less +3 -1
  63. package/tests-unit/comments/comments.css +5 -6
  64. package/tests-unit/comments/comments.less +2 -1
  65. package/tests-unit/comments/comments2.css +4 -6
  66. package/tests-unit/comments/comments2.less +3 -0
  67. package/tests-unit/comments/legacy/comments.css +86 -0
  68. package/tests-unit/comments/legacy/comments2.css +21 -0
  69. package/tests-unit/container/container.css +40 -83
  70. package/tests-unit/container/container.less +28 -82
  71. package/tests-unit/container/legacy/container.css +273 -0
  72. package/tests-unit/container/styles.config.ts +8 -0
  73. package/tests-unit/css-3/css-3.css +4 -4
  74. package/tests-unit/css-3/legacy/css-3.css +147 -0
  75. package/tests-unit/css-escapes/css-escapes.css +4 -4
  76. package/tests-unit/css-escapes/legacy/css-escapes.css +34 -0
  77. package/tests-unit/css-escapes/styles.config.ts +5 -0
  78. package/tests-unit/css-grid/css-grid.css +4 -1
  79. package/tests-unit/css-grid/legacy/css-grid.css +27 -0
  80. package/tests-unit/css-guards/css-guards.less +2 -1
  81. package/tests-unit/detached-rulesets/detached-rulesets.css +26 -18
  82. package/tests-unit/detached-rulesets/legacy/detached-rulesets.css +79 -0
  83. package/tests-unit/directives-bubbling/directives-bubbling.css +16 -14
  84. package/tests-unit/extend/extend.css +22 -28
  85. package/tests-unit/extend/legacy/extend.css +79 -0
  86. package/tests-unit/extend/styles.config.ts +5 -0
  87. package/tests-unit/extend-chaining/extend-chaining.css +7 -10
  88. package/tests-unit/extend-chaining/legacy/extend-chaining.css +84 -0
  89. package/tests-unit/extend-clearfix/extend-clearfix.css +1 -3
  90. package/tests-unit/extend-clearfix/extend-clearfix.less +0 -1
  91. package/tests-unit/{extend → extend-clearfix/legacy}/extend-clearfix.css +3 -0
  92. package/tests-unit/extend-exact/extend-exact.css +25 -24
  93. package/tests-unit/extend-exact/legacy/extend-exact.css +40 -0
  94. package/tests-unit/extend-exact/styles.config.ts +5 -0
  95. package/tests-unit/extend-media/extend-media.css +9 -14
  96. package/tests-unit/extend-media/legacy/extend-media.css +27 -0
  97. package/tests-unit/extend-media/styles.config.ts +5 -0
  98. package/tests-unit/extend-nest/extend-nest.css +3 -22
  99. package/tests-unit/extend-nest/legacy/extend-nest.css +60 -0
  100. package/tests-unit/extend-selector/extend-selector.css +42 -67
  101. package/tests-unit/extend-selector/extend-selector.less +0 -15
  102. package/tests-unit/extend-selector/legacy/extend-selector.css +73 -0
  103. package/tests-unit/extend-selector/styles.config.ts +5 -0
  104. package/tests-unit/extract-and-length/extract-and-length.css +6 -5
  105. package/tests-unit/extract-and-length/extract-and-length.less +7 -2
  106. package/tests-unit/extract-and-length/legacy/extract-and-length.css +137 -0
  107. package/tests-unit/functions/functions.css +5 -16
  108. package/tests-unit/functions/functions.less +8 -21
  109. package/tests-unit/functions/legacy/functions.css +244 -0
  110. package/tests-unit/functions/legacy/functions.less +296 -0
  111. package/tests-unit/functions-each/functions-each.css +4 -2
  112. package/tests-unit/import/import-reference-issues.css +6 -6
  113. package/tests-unit/import/import-reference.css +4 -2
  114. package/tests-unit/import/legacy/import-reference-issues.css +27 -0
  115. package/tests-unit/import/legacy/import-reference.css +101 -0
  116. package/tests-unit/import/styles.config.cjs +5 -4
  117. package/tests-unit/layer/layer.css +30 -28
  118. package/tests-unit/layer/legacy/layer.css +136 -0
  119. package/tests-unit/layer/styles.config.ts +5 -0
  120. package/tests-unit/math-css-vars/math-css-vars.css +1 -0
  121. package/tests-unit/math-css-vars/math-css-vars.less +1 -0
  122. package/tests-unit/media/legacy/media.css +274 -0
  123. package/tests-unit/media/media.css +49 -43
  124. package/tests-unit/media/media.less +0 -2
  125. package/tests-unit/media/styles.config.cjs +5 -0
  126. package/tests-unit/merge/merge.css +2 -2
  127. package/tests-unit/mixin-noparens/legacy/mixin-noparens.css +10 -0
  128. package/tests-unit/mixin-noparens/mixin-noparens.css +4 -2
  129. package/tests-unit/mixin-noparens/styles.config.ts +5 -0
  130. package/tests-unit/mixins/legacy/maps.css +9 -0
  131. package/tests-unit/mixins/legacy/mixins.css +147 -0
  132. package/tests-unit/mixins/maps.css +7 -5
  133. package/tests-unit/mixins/mixins.css +7 -5
  134. package/tests-unit/mixins/styles.config.ts +5 -0
  135. package/tests-unit/mixins-closure/legacy/mixins-closure.css +12 -0
  136. package/tests-unit/mixins-closure/mixins-closure.css +4 -2
  137. package/tests-unit/mixins-closure/styles.config.ts +5 -0
  138. package/tests-unit/mixins-guards/legacy/mixins-guards.css +214 -0
  139. package/tests-unit/mixins-guards/mixins-guards.css +21 -5
  140. package/tests-unit/mixins-guards/mixins-guards.less +0 -1
  141. package/tests-unit/mixins-guards/styles.config.ts +5 -0
  142. package/tests-unit/mixins-guards-default-func/legacy/mixins-guards-default-func.css +132 -0
  143. package/tests-unit/mixins-guards-default-func/mixins-guards-default-func.css +0 -2
  144. package/tests-unit/mixins-important/mixins-important.css +33 -19
  145. package/tests-unit/mixins-interpolated/legacy/mixins-interpolated.css +42 -0
  146. package/tests-unit/mixins-interpolated/mixins-interpolated.css +24 -14
  147. package/tests-unit/mixins-interpolated/styles.config.ts +5 -0
  148. package/tests-unit/mixins-nested/legacy/mixins-nested.css +17 -0
  149. package/tests-unit/mixins-nested/mixins-nested.css +16 -12
  150. package/tests-unit/mixins-nested/styles.config.ts +5 -0
  151. package/tests-unit/nesting/legacy/nesting.css +27 -0
  152. package/tests-unit/nesting/nesting-uncollapsed.css +26 -0
  153. package/tests-unit/nesting/nesting.css +1 -1
  154. package/tests-unit/nesting/styles.config.ts +6 -0
  155. package/tests-unit/operations/legacy/operations-advanced.css +36 -0
  156. package/tests-unit/operations/operations-advanced.css +1 -1
  157. package/tests-unit/operations/operations.css +4 -2
  158. package/tests-unit/parse-interpolation/legacy/parse-interpolation.css +39 -0
  159. package/tests-unit/parse-interpolation/parse-interpolation.css +72 -35
  160. package/tests-unit/parse-interpolation/parse-interpolation.less +73 -25
  161. package/tests-unit/parse-interpolation/styles.config.ts +5 -0
  162. package/tests-unit/parser-property-interp/parser-property-interp.css +1 -1
  163. package/tests-unit/parser-property-interp/parser-property-interp.less +2 -2
  164. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.css +1 -9
  165. package/tests-unit/parser-slashed-combinator/parser-slashed-combinator.less +11 -11
  166. package/tests-unit/plugin/styles.config.ts +11 -0
  167. package/tests-unit/property-accessors/legacy/property-accessors.css +60 -0
  168. package/tests-unit/property-accessors/property-accessors.css +15 -7
  169. package/tests-unit/property-name-interp/legacy/property-name-interp.css +24 -0
  170. package/tests-unit/property-name-interp/property-name-interp.css +1 -1
  171. package/tests-unit/property-name-interp/property-name-interp.less +4 -2
  172. package/tests-unit/property-targeted/legacy/property-targeted.css +7 -0
  173. package/tests-unit/property-targeted/property-targeted.css +1 -1
  174. package/tests-unit/rulesets/legacy/rulesets.css +31 -0
  175. package/tests-unit/rulesets/rulesets.css +30 -30
  176. package/tests-unit/rulesets/styles.config.ts +5 -0
  177. package/tests-unit/scope/legacy/scope.css +41 -0
  178. package/tests-unit/scope/scope.css +1 -1
  179. package/tests-unit/selectors/selectors.css +13 -41
  180. package/tests-unit/styles.config.cjs +1 -1
  181. package/tests-unit/styles.config.ts +8 -0
  182. package/tests-unit/variables/legacy/variable-advanced.css +58 -0
  183. package/tests-unit/variables/variable-advanced.css +9 -12
  184. package/tests-unit/variables/variable-advanced.less +5 -4
  185. package/tests-unit/variables/variables.css +1 -1
  186. package/tests-unit/variables-in-at-rules/variables-in-at-rules.less +3 -2
  187. package/tests-unit/whitespace/legacy/whitespace.css +45 -0
  188. package/tests-unit/whitespace/whitespace.css +3 -2
  189. package/tests-warnings/parentless-ampersand-nested.less +6 -0
  190. package/tests-warnings/parentless-ampersand-nested.txt +42 -0
  191. package/tests-warnings/parentless-ampersand.less +3 -0
  192. package/tests-warnings/parentless-ampersand.txt +21 -0
  193. package/tests-config/rootpath-escape-interpolation/rootpath-escape-interpolation.css +0 -8
  194. package/tests-config/rootpath-escape-interpolation/rootpath-escape-interpolation.less +0 -24
  195. package/tests-config/rootpath-escape-interpolation/styles.config.cjs +0 -8
  196. package/tests-config/sourcemaps/url-interpolation/styles.config.cjs +0 -9
  197. package/tests-config/sourcemaps/url-interpolation/url-interpolation.css +0 -13
  198. package/tests-config/sourcemaps/url-interpolation/url-interpolation.less +0 -24
  199. package/tests-error/parse/property-interpolation-lookup.less +0 -8
  200. package/tests-error/parse/property-interpolation-lookup.txt +0 -4
  201. package/tests-unit/extend/extend-clearfix.less +0 -19
  202. package/tests-unit/lookup-interpolation/lookup-interpolation.css +0 -60
  203. package/tests-unit/lookup-interpolation/lookup-interpolation.less +0 -127
  204. package/tests-unit/media-nested-type/media-nested-type.css +0 -40
  205. package/tests-unit/media-nested-type/media-nested-type.less +0 -51
  206. /package/tests-unit/{directives-bubbling/directives-bubbling.less → at-rules-bubbling/at-rules-bubbling.less} +0 -0
  207. /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.css +0 -0
  208. /package/tests-unit/{ie-filters → ie-filters-REMOVED/legacy}/ie-filters.less +0 -0
  209. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.css +0 -0
  210. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/javascript.less +0 -0
  211. /package/tests-unit/{javascript → javascript-REMOVED/legacy}/styles.config.cjs +0 -0
@@ -71,16 +71,22 @@
71
71
  content: "theme1" is not "theme2";
72
72
  content: "theme1" is 'theme1';
73
73
  content: "theme1" is not 'theme2';
74
+ content: "theme1" is theme1;
74
75
  content: 'theme1' is "theme1";
75
76
  content: 'theme1' is not "theme2";
76
77
  content: 'theme1' is 'theme1';
77
78
  content: 'theme1' is not 'theme2';
79
+ content: 'theme1' is theme1;
80
+ content: theme1 is "theme1";
78
81
  content: theme1 is not "theme2";
82
+ content: theme1 is 'theme1';
79
83
  content: theme1 is not 'theme2';
80
84
  content: theme1 is theme1;
81
85
  }
82
86
  .variouse-types-comparison {
83
87
  /**/
88
+ content: false is less than true too;
89
+ content: true is greater than false;
84
90
  content: true is not equal to false;
85
91
  content: false is not equal to true too;
86
92
  /**/
@@ -93,14 +99,16 @@
93
99
  content: 3 is equal to 3;
94
100
  content: 3 is equal to 3 too;
95
101
  /**/
102
+ content: 4 is less than 5 too;
103
+ content: 5 is greater than 4;
96
104
  content: 5 is not equal to 4;
97
105
  content: 4 is not equal to 5 too;
98
106
  /**/
99
107
  content: abc is equal to abc;
100
108
  content: abc is equal to abc too;
101
109
  /**/
102
- content: abc is not equal to "abc";
103
- content: "abc" is not equal to abc too;
110
+ content: abc is equal to "abc";
111
+ content: "abc" is equal to abc too;
104
112
  /**/
105
113
  content: 'abc' is less than "abd";
106
114
  content: "abd" is greater than 'abc' too;
@@ -115,6 +123,8 @@
115
123
  content: 9 is not equal to 8;
116
124
  content: 8 is not equal to 9 too;
117
125
  /**/
126
+ content: a is less than b;
127
+ content: b is greater than a too;
118
128
  content: a is not equal to b;
119
129
  content: b is not equal to a too;
120
130
  /**/
@@ -138,6 +148,8 @@
138
148
  content: 1 2px 300ms is equal to 1em 2 0.3s;
139
149
  content: 1em 2 0.3s is equal to 1 2px 300ms too;
140
150
  /**/
151
+ content: 1 2 3 is less than 1, 2, 3;
152
+ content: 1, 2, 3 is greater than 1 2 3 too;
141
153
  content: 1 2 3 is not equal to 1, 2, 3;
142
154
  content: 1, 2, 3 is not equal to 1 2 3 too;
143
155
  /**/
@@ -147,6 +159,8 @@
147
159
  content: 1 2 3 1, 2, 3 is equal to 1 2 3 1, 2, 3;
148
160
  content: 1 2 3 1, 2, 3 is equal to 1 2 3 1, 2, 3 too;
149
161
  /**/
162
+ content: 1 2 3 1, 2, 3 is less than 1, 2, 3 1 2 3;
163
+ content: 1, 2, 3 1 2 3 is greater than 1 2 3 1, 2, 3 too;
150
164
  content: 1 2 3 1, 2, 3 is not equal to 1, 2, 3 1 2 3;
151
165
  content: 1, 2, 3 1 2 3 is not equal to 1 2 3 1, 2, 3 too;
152
166
  /**/
@@ -158,9 +172,11 @@
158
172
  declare: 4;
159
173
  declare: 4px;
160
174
  }
161
- .call-lock-mixin .call-inner-lock-mixin {
162
- a: 1;
163
- x: 1;
175
+ .call-lock-mixin {
176
+ .call-inner-lock-mixin {
177
+ a: 1;
178
+ x: 1;
179
+ }
164
180
  }
165
181
  .mixin-generated-class {
166
182
  a: 1;
@@ -366,4 +366,3 @@
366
366
 
367
367
  .test-not-noparens1 { .test-not-noparens(true) }
368
368
  .test-not-noparens2 { .test-not-noparens(false) }
369
-
@@ -0,0 +1,5 @@
1
+ export default {
2
+ output: [
3
+ { file: '{name}.css', collapseNesting: false }
4
+ ]
5
+ }
@@ -0,0 +1,132 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ guard-default-basic-1-1 {
5
+ case: 1;
6
+ }
7
+ guard-default-basic-1-2 {
8
+ default: 2;
9
+ }
10
+ guard-default-basic-2-0 {
11
+ default: 0;
12
+ }
13
+ guard-default-basic-2-2 {
14
+ case: 2;
15
+ }
16
+ guard-default-basic-3-0 {
17
+ default: 0;
18
+ }
19
+ guard-default-basic-3-2 {
20
+ case: 2;
21
+ }
22
+ guard-default-basic-3-3 {
23
+ case: 3;
24
+ }
25
+ guard-default-definition-order-0 {
26
+ default: 0;
27
+ }
28
+ guard-default-definition-order-2 {
29
+ case: 2;
30
+ }
31
+ guard-default-definition-order-2 {
32
+ case: 3;
33
+ }
34
+ guard-default-out-of-guard-0 {
35
+ case-0: default();
36
+ case-1: 1;
37
+ default: 2;
38
+ case-2: default();
39
+ }
40
+ guard-default-out-of-guard-1 {
41
+ default: default();
42
+ }
43
+ guard-default-out-of-guard-2 {
44
+ default: default();
45
+ }
46
+ guard-default-expr-not-1 {
47
+ case: 1;
48
+ default: 1;
49
+ }
50
+ guard-default-expr-eq-true {
51
+ case: true;
52
+ }
53
+ guard-default-expr-eq-false {
54
+ case: false;
55
+ default: false;
56
+ }
57
+ guard-default-expr-or-1 {
58
+ case: 1;
59
+ }
60
+ guard-default-expr-or-2 {
61
+ case: 2;
62
+ default: 2;
63
+ }
64
+ guard-default-expr-or-3 {
65
+ default: 3;
66
+ }
67
+ guard-default-expr-and-1 {
68
+ case: 1;
69
+ }
70
+ guard-default-expr-and-2 {
71
+ case: 2;
72
+ }
73
+ guard-default-expr-and-3 {
74
+ default: 3;
75
+ }
76
+ guard-default-expr-always-1 {
77
+ case: 1;
78
+ default: 1;
79
+ }
80
+ guard-default-expr-always-2 {
81
+ default: 2;
82
+ }
83
+ guard-default-expr-never-1 {
84
+ case: 1;
85
+ }
86
+ guard-default-multi-1-0 {
87
+ case: 0;
88
+ }
89
+ guard-default-multi-1-1 {
90
+ default-1: 1;
91
+ }
92
+ guard-default-multi-2-1 {
93
+ default-1: no;
94
+ }
95
+ guard-default-multi-2-2 {
96
+ default-2: no;
97
+ }
98
+ guard-default-multi-2-3 {
99
+ default-3: 3;
100
+ }
101
+ guard-default-multi-3-blue {
102
+ case-2: darkblue;
103
+ }
104
+ guard-default-multi-3-green {
105
+ default-color: green;
106
+ }
107
+ guard-default-multi-3-foo {
108
+ case-1: I am 'foo';
109
+ }
110
+ guard-default-multi-3-baz {
111
+ default-string: I am 'baz';
112
+ }
113
+ guard-default-multi-4 {
114
+ always: 1;
115
+ always: 2;
116
+ case: 2;
117
+ }
118
+ guard-default-not-ambiguous-2 {
119
+ case: 1;
120
+ not-default: 2;
121
+ }
122
+ guard-default-not-ambiguous-3 {
123
+ case: 1;
124
+ not-default-1: 2;
125
+ not-default-2: 2;
126
+ }
127
+ guard-default-scopes-3 {
128
+ three: when default;
129
+ }
130
+ guard-default-scopes-1 {
131
+ one: no condition;
132
+ }
@@ -24,8 +24,6 @@ guard-default-definition-order-0 {
24
24
  }
25
25
  guard-default-definition-order-2 {
26
26
  case: 2;
27
- }
28
- guard-default-definition-order-2 {
29
27
  case: 3;
30
28
  }
31
29
  guard-default-out-of-guard-0 {
@@ -1,48 +1,62 @@
1
1
  .class {
2
2
  border: 1;
3
3
  boxer: 1;
4
+ }
5
+ .class .inner {
6
+ test: 1;
7
+ }
8
+ .class {
4
9
  border-width: 1;
5
10
  border: 2 !important;
6
11
  boxer: 2 !important;
12
+ }
13
+ .class .inner {
14
+ test: 2 !important;
15
+ }
16
+ .class {
7
17
  border-width: 2 !important;
8
18
  border: 3;
9
19
  boxer: 3;
20
+ }
21
+ .class .inner {
22
+ test: 3;
23
+ }
24
+ .class {
10
25
  border-width: 3;
11
26
  border: 4 !important;
12
27
  boxer: 4 !important;
28
+ }
29
+ .class .inner {
30
+ test: 4 !important;
31
+ }
32
+ .class {
13
33
  border-width: 4 !important;
14
34
  border: 5;
15
35
  boxer: 5;
36
+ }
37
+ .class .inner {
38
+ test: 5;
39
+ }
40
+ .class {
16
41
  border-width: 5;
17
42
  border: 0 !important;
18
43
  boxer: 0 !important;
44
+ }
45
+ .class .inner {
46
+ test: 0 !important;
47
+ }
48
+ .class {
19
49
  border-width: 0 !important;
20
50
  border: 9 !important;
21
51
  border: 9;
22
52
  boxer: 9;
23
- border-width: 9;
24
- }
25
- .class .inner {
26
- test: 1;
27
- }
28
- .class .inner {
29
- test: 2 !important;
30
- }
31
- .class .inner {
32
- test: 3;
33
- }
34
- .class .inner {
35
- test: 4 !important;
36
- }
37
- .class .inner {
38
- test: 5;
39
- }
40
- .class .inner {
41
- test: 0 !important;
42
53
  }
43
54
  .class .inner {
44
55
  test: 9;
45
56
  }
57
+ .class {
58
+ border-width: 9;
59
+ }
46
60
  .when-calling-nested-issue-2394 {
47
61
  width: auto !important;
48
62
  }
@@ -0,0 +1,42 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .\123 {
5
+ a: 0;
6
+ }
7
+ .foo {
8
+ a: 1;
9
+ a: 2;
10
+ }
11
+ #foo {
12
+ a: 3;
13
+ a: 4;
14
+ }
15
+ mi-test-a {
16
+ a: 0;
17
+ a: 1;
18
+ a: 2;
19
+ a: 3;
20
+ a: 4;
21
+ }
22
+ .b .bb.foo-xxx .yyy-foo#foo .foo.bbb {
23
+ b: 1;
24
+ }
25
+ mi-test-b {
26
+ b: 1;
27
+ }
28
+ #foo-foo > .bar .baz {
29
+ c: c;
30
+ }
31
+ mi-test-c-1 > .bar .baz {
32
+ c: c;
33
+ }
34
+ mi-test-c-2 .baz {
35
+ c: c;
36
+ }
37
+ mi-test-c-3 {
38
+ c: c;
39
+ }
40
+ mi-test-d {
41
+ gender: "Male";
42
+ }
@@ -3,14 +3,10 @@
3
3
  }
4
4
  .foo {
5
5
  a: 1;
6
- }
7
- .foo {
8
6
  a: 2;
9
7
  }
10
8
  #foo {
11
9
  a: 3;
12
- }
13
- #foo {
14
10
  a: 4;
15
11
  }
16
12
  mi-test-a {
@@ -20,20 +16,34 @@ mi-test-a {
20
16
  a: 3;
21
17
  a: 4;
22
18
  }
23
- .b .bb.foo-xxx .yyy-foo#foo .foo.bbb {
24
- b: 1;
19
+ .b .bb {
20
+ &.foo-xxx .yyy-foo#foo {
21
+ & .foo.bbb {
22
+ b: 1;
23
+ }
24
+ }
25
25
  }
26
26
  mi-test-b {
27
27
  b: 1;
28
28
  }
29
- #foo-foo > .bar .baz {
30
- c: c;
31
- }
32
- mi-test-c-1 > .bar .baz {
33
- c: c;
34
- }
35
- mi-test-c-2 .baz {
36
- c: c;
29
+ #foo-foo {
30
+ > .bar {
31
+ .baz {
32
+ c: c;
33
+ }
34
+ }
35
+ }
36
+ mi-test-c-1 {
37
+ > .bar {
38
+ .baz {
39
+ c: c;
40
+ }
41
+ }
42
+ }
43
+ mi-test-c-2 {
44
+ .baz {
45
+ c: c;
46
+ }
37
47
  }
38
48
  mi-test-c-3 {
39
49
  c: c;
@@ -0,0 +1,5 @@
1
+ export default {
2
+ output: [
3
+ { file: '{name}.css', collapseNesting: false }
4
+ ]
5
+ }
@@ -0,0 +1,17 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .class .inner {
5
+ height: 300;
6
+ }
7
+ .class .inner .innest {
8
+ width: 30;
9
+ border-width: 60;
10
+ }
11
+ .class2 .inner {
12
+ height: 600;
13
+ }
14
+ .class2 .inner .innest {
15
+ width: 60;
16
+ border-width: 120;
17
+ }
@@ -1,14 +1,18 @@
1
- .class .inner {
2
- height: 300;
1
+ .class {
2
+ .inner {
3
+ height: 300;
4
+ .innest {
5
+ width: 30;
6
+ border-width: 60;
7
+ }
8
+ }
3
9
  }
4
- .class .inner .innest {
5
- width: 30;
6
- border-width: 60;
7
- }
8
- .class2 .inner {
9
- height: 600;
10
- }
11
- .class2 .inner .innest {
12
- width: 60;
13
- border-width: 120;
10
+ .class2 {
11
+ .inner {
12
+ height: 600;
13
+ .innest {
14
+ width: 60;
15
+ border-width: 120;
16
+ }
17
+ }
14
18
  }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ output: [
3
+ { file: '{name}.css', collapseNesting: false }
4
+ ]
5
+ }
@@ -0,0 +1,27 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .nesting-parent {
5
+ color: red;
6
+ }
7
+ .nesting-parent .nesting-child {
8
+ color: blue;
9
+ }
10
+ .nesting-parent .nesting-child .nesting-grandchild {
11
+ color: green;
12
+ }
13
+ .nesting-parent:hover {
14
+ color: orange;
15
+ }
16
+ .nesting-parent.modifier {
17
+ color: purple;
18
+ }
19
+ .correctly-exit-calc-mode h2 {
20
+ width: 10px;
21
+ }
22
+ .correctly-exit-calc-mode div {
23
+ width: calc(100px * 2);
24
+ }
25
+ .correctly-exit-calc-mode h1 {
26
+ color: white;
27
+ }
@@ -0,0 +1,26 @@
1
+ .nesting-parent {
2
+ color: red;
3
+ .nesting-child {
4
+ color: blue;
5
+ .nesting-grandchild {
6
+ color: green;
7
+ }
8
+ }
9
+ &:hover {
10
+ color: orange;
11
+ }
12
+ &.modifier {
13
+ color: purple;
14
+ }
15
+ }
16
+ .correctly-exit-calc-mode {
17
+ h2 {
18
+ width: 10px;
19
+ }
20
+ div {
21
+ width: 200px;
22
+ }
23
+ h1 {
24
+ color: white;
25
+ }
26
+ }
@@ -17,7 +17,7 @@
17
17
  width: 10px;
18
18
  }
19
19
  .correctly-exit-calc-mode div {
20
- width: calc(100px * 2);
20
+ width: 200px;
21
21
  }
22
22
  .correctly-exit-calc-mode h1 {
23
23
  color: white;
@@ -0,0 +1,6 @@
1
+ export default {
2
+ output: [
3
+ { file: '{name}.css', collapseNesting: true },
4
+ { file: '{name}-uncollapsed.css', collapseNesting: false }
5
+ ]
6
+ };
@@ -0,0 +1,36 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ .test-math-off {
5
+ result: 15px;
6
+ }
7
+ .test-dim-to-color {
8
+ result: #ff0a0a;
9
+ }
10
+ .test-color-to-dim {
11
+ result: #ff0a0a;
12
+ }
13
+ .test-division {
14
+ result: 10px / 2 * 2;
15
+ }
16
+ .test-nested {
17
+ result: 30px;
18
+ }
19
+ .test-spaced {
20
+ result: 15px;
21
+ }
22
+ .test-non-spaced {
23
+ result: 15px;
24
+ }
25
+ .test-div {
26
+ result: 10px / 2;
27
+ }
28
+ .test-op-operands {
29
+ result: 150px;
30
+ }
31
+ .test-math-context {
32
+ add: 15;
33
+ sub: 5;
34
+ mul: 50;
35
+ div: 10 / 5;
36
+ }
@@ -23,7 +23,7 @@
23
23
  result: 10px / 2;
24
24
  }
25
25
  .test-op-operands {
26
- result: 150px;
26
+ result: calc(15px * 10px);
27
27
  }
28
28
  .test-math-context {
29
29
  add: 15;
@@ -3,13 +3,15 @@
3
3
  color-2: #f8f800;
4
4
  height: 9px;
5
5
  width: 3em;
6
- subtraction: 0;
7
- division: 1;
8
6
  }
9
7
  #operations .spacing {
10
8
  height: 9px;
11
9
  width: 3em;
12
10
  }
11
+ #operations {
12
+ subtraction: 0;
13
+ division: 1;
14
+ }
13
15
  .with-variables {
14
16
  height: 16em;
15
17
  width: 24em;
@@ -0,0 +1,39 @@
1
+ /* Less 4.x output, recorded when this fixture graduated to v5.
2
+ Historical record only — no test reads this file. */
3
+
4
+ input[type=text]:focus,
5
+ input[type=email]:focus,
6
+ input[type=password]:focus,
7
+ textarea:focus {
8
+ foo: bar;
9
+ }
10
+ .a + .z,
11
+ .b + .z,
12
+ .c + .z {
13
+ color: blue;
14
+ }
15
+ .bar .d.a,
16
+ .bar .b,
17
+ .c.bar:hover,
18
+ .bar baz {
19
+ color: blue;
20
+ }
21
+ .a + .e,
22
+ .b.c + .e,
23
+ .d + .e {
24
+ foo: bar;
25
+ }
26
+ input[class="text"],
27
+ input.text {
28
+ background: red;
29
+ }
30
+ .master-page-1 .selector-1,
31
+ .master-page-1 .selector-2 {
32
+ background-color: red;
33
+ }
34
+ .fruit-apple,
35
+ .fruit-satsuma,
36
+ .fruit-banana,
37
+ .fruit-pear {
38
+ content: "Just a test.";
39
+ }