Commit 4322869
authored
[Needs reviews!] Mega test refactor (#4378)
* Migrate Less to use valid CSS
* Re-organize test structure
* Lots of test refactoring
* More test updates
* Add restructured tests
* WIP
Signed-off-by: Matthew Dean <matthew-dean@users.noreply.github.com>
* More fixes to tests
* More test fixes
* All tests passing
* WIP fix tests
* Finished fixing browser tests
* Improve test coverage
* Add debug tests
* Add back debug tests to show equal test coverage
* Fix browser tests
* More test coverage
* Fix sourcemap absolute path for CI
* More source map normalization for Windows
* Fix source map normalization
* Another attempted fix for Windows
---------
Signed-off-by: Matthew Dean <matthew-dean@users.noreply.github.com>1 parent 1bde4bd commit 4322869
File tree
648 files changed
+4813
-1158
lines changed- packages
- less
- bin
- scripts
- src
- less-node
- less
- parser
- tree
- test
- browser
- generator
- sourcemaps
- test-data
- css/_main
- data
- less/_main
- tests-config
- 3rd-party
- at-rules-compressed-evaluation
- at-rules-compressed
- compression
- debug
- all
- comments
- import
- mediaquery
- filemanagerPlugin
- globalVars
- import-redirect
- include-path-string
- include-path
- js-type-errors
- math-always
- math-parens-division
- math-strict
- math
- always
- parens-division
- strict
- modifyVars
- namespacing
- imports
- no-js-errors
- postProcessorPlugin
- preProcessorPlugin
- process-imports
- rewrite-urls-all
- folder
- rewrite-urls-local
- folder
- root-registry
- rootpath-rewrite-urls-all
- folder
- rootpath-rewrite-urls-local
- folder
- sourcemaps-basepath
- sourcemaps-disable-annotation
- sourcemaps-empty
- sourcemaps-include-source
- sourcemaps-rootpath
- sourcemaps-url
- sourcemaps-variable-selector
- sourcemaps
- comprehensive
- static-urls
- strict-imports
- units
- no-strict
- strict
- url-args
- visitorPlugin
- tests-error
- eval
- imports
- subfolder
- plugin
- parse
- imports
- subfolder
- tests-unit
- at-rules-declarations
- at-rules-empty-block
- at-rules-empty
- at-rules-keyword-comments
- at-rules-targeted
- at-rules
- calc
- charsets
- import
- color-functions
- comments
- container
- css-3
- css-escapes
- css-grid
- css-guards
- detached-rulesets
- directives-bubbling
- empty
- extend-chaining
- extend-clearfix
- extend-exact
- extend-media
- extend-nest
- extend-selector
- extend
- extract-and-length
- functions-each
- functions
- ie-filters
- import
- import-reference-issues
- import
- deeper
- deeper-2
- imports
- json
- impor
- javascript
- layer
- assets/import
- import
- lazy-eval
- media
- merge
- mixin-noparens
- mixins-closure
- mixins-guards-default-func
- mixins-guards
- mixins-important
- mixins-interpolated
- mixins-named-args
- mixins-nested
- mixins-pattern
- mixins
- namespace-targeted
- nesting
- no-output
- operations
- parse-interpolation
- parser-property-interp
- parser-slashed-combinator
- permissive-parse
- plugin-module
- plugin-preeval
- plugin
- plugi
- property-accessors
- property-name-interp
- property-targeted
- rulesets
- scope
- selectors
- starting-style
- strings
- urls
- assets/nested-gradient-with-svg-gradient
- css
- import
- imports
- nested-gradient-with-svg-gradient
- variables-in-at-rules
- variables
- whitespace
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
648 files changed
+4813
-1158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
217 | | - | |
| 216 | + | |
218 | 217 | | |
219 | 218 | | |
220 | 219 | | |
| |||
230 | 229 | | |
231 | 230 | | |
232 | 231 | | |
233 | | - | |
| 232 | + | |
234 | 233 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
243 | | - | |
| 242 | + | |
244 | 243 | | |
245 | 244 | | |
246 | 245 | | |
247 | 246 | | |
248 | | - | |
| 247 | + | |
249 | 248 | | |
250 | | - | |
251 | | - | |
| 249 | + | |
| 250 | + | |
252 | 251 | | |
253 | 252 | | |
254 | | - | |
| 253 | + | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
260 | | - | |
261 | | - | |
| 259 | + | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 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 | | - | |
| 101 | + | |
132 | 102 | | |
133 | 103 | | |
134 | 104 | | |
135 | 105 | | |
136 | 106 | | |
137 | 107 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 108 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 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 | + | |
148 | 143 | | |
149 | 144 | | |
150 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | | - | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| 78 | + | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
| |||
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| 88 | + | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
88 | | - | |
89 | 94 | | |
90 | | - | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
0 commit comments