Skip to content

Commit

Permalink
test: Rename two less.php fixtures that lack a descriptive file name
Browse files Browse the repository at this point in the history
Follows-up I123b044f50ee47a5b7e (9671dd5).

Change-Id: I54c185d3fcaac82095fa47f27235ae68e52aba62
  • Loading branch information
Krinkle committed Mar 14, 2024
1 parent a1173e7 commit d6124ba
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions test/Fixtures/less.php/less/T327082-mixinarg-nonexpr.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.myfunc(@x) {
font-family: '@{x}';
}
div.one {
.myfunc(@x: 'Arial');
}
div.two {
// Passing a non-expression as mixin argument must not cause a
// ParseError, because it is valid syntax for "detached ruleset".
//
// Most functions can't take that as an argument though, so in a string
// operation (for example) this becomes an empty string.
.myfunc(@x: { content: 'Test'; });
}
9 changes: 0 additions & 9 deletions test/Fixtures/less.php/less/T327082.less

This file was deleted.

0 comments on commit d6124ba

Please sign in to comment.