-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Clarify names of helper files for test cases
In I92f05a9d73 (ee0d9ed), test cases like `72-import-url-rewrite.less` were renamed to `oyejorge-72-import-url-rewrite.less`, but some of the helper files were not renamed the same way, which made it unclear what these belong to or what they're about. Change-Id: I3d6ac8a0bfe278181599b31966fef48691bc38c9
- Loading branch information
Showing
6 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
test/Fixtures/less.php/less/oyejorge-305-import-nested-relative.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// https://github.com/oyejorge/less.php/issues/305 | ||
@import "../305-import-parent.less"; | ||
@import "../oyejorge-305-import-parent.less"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/Fixtures/less.php/less/72-import.less → ...res/less.php/less/oyejorge-72-import.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.less_demo_logo { | ||
background: transparent url(../images/logo.png) center center no-repeat; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
@import "../oyejorge-305-import-grantparent.less"; |
File renamed without changes.