-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ea397d
commit 6861719
Showing
9 changed files
with
79 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
19 changes: 19 additions & 0 deletions
19
paperweight-core/src/test/resources/functional_test/fake-patches/expected/0001-Feature.patch
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,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: MiniDigger | Martin <admin@benndorf.dev> | ||
Date: Sun, 20 Oct 2024 09:24:36 +0200 | ||
Subject: [PATCH] Feature | ||
|
||
|
||
diff --git a/Test.java b/Test.java | ||
index 8bd0bab8fc2fb2f6a4459ed9f618214ec048afc4..6accbd08d129088975d63c13230eefb73bdc3fcb 100644 | ||
--- a/Test.java | ||
+++ b/Test.java | ||
@@ -13,4 +13,8 @@ public class Test { | ||
private final String getTest2() {// Paper-AT: private+f getTest2()Ljava/lang/String; | ||
return this.test + "2"; // Woo | ||
} | ||
+ | ||
+ public String feature() { | ||
+ return "wonderful feature"; | ||
+ } | ||
} |
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
Empty file removed
0
paperweight-core/src/test/resources/functional_test/fake-patches/feature/.gitkeep
Empty file.
19 changes: 19 additions & 0 deletions
19
paperweight-core/src/test/resources/functional_test/fake-patches/features/0001-Feature.patch
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,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: MiniDigger | Martin <admin@benndorf.dev> | ||
Date: Sun, 20 Oct 2024 09:24:36 +0200 | ||
Subject: [PATCH] Feature | ||
|
||
|
||
diff --git a/Test.java b/Test.java | ||
index 418548ec7dd11e57f0838d1dae048b99a2669ea3..95266c0cad0b100367ca840d286b7a004b93f4ef 100644 | ||
--- a/Test.java | ||
+++ b/Test.java | ||
@@ -13,4 +13,8 @@ public class Test { | ||
public String getTest2() { | ||
return this.test + "2"; | ||
} | ||
+ | ||
+ public String feature() { | ||
+ return "wonderful feature"; | ||
+ } | ||
} |
File renamed without changes.
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