Skip to content

Commit

Permalink
test: Clarify names of helper files for test cases
Browse files Browse the repository at this point in the history
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
Krinkle committed Nov 22, 2024
1 parent 0b488cd commit d9c2671
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/Fixtures/less.php/305-import-parent.less

This file was deleted.

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";
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
@text_glow:lighten(@gradient_start, 10%);;
@test:#ccc;
@header_from:test;
@import url(72-import.less);
@import url(oyejorge-72-import.less);
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;
}
}
2 changes: 2 additions & 0 deletions test/Fixtures/less.php/oyejorge-305-import-parent.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

@import "../oyejorge-305-import-grantparent.less";
File renamed without changes.

0 comments on commit d9c2671

Please sign in to comment.