From 7f60ab275bce53ebc3d770fbda7439c4c4d7c8c6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 21 Jul 2020 19:43:45 +0200 Subject: suggestion_patch_generates_patch: Add attribution Describe the source of the test data. --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 839ad0b..6811a1e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -111,6 +111,10 @@ mod tests { #[test] fn suggestion_patch_generates_patch() { + // Diff from gabgodBB (https://github.com/gabgodBB) and suggestion from + // probablycorey (https://github.com/probablycorey) in this pull + // request: https://github.com/cli/cli/pull/1123 + let suggestion = Suggestion { diff: r#"@@ -1, 9 +1, 11 @@ package command -- cgit v1.2.3