diff options
author | Teddy Wing | 2020-07-21 19:43:45 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-21 19:43:45 +0200 |
commit | 7f60ab275bce53ebc3d770fbda7439c4c4d7c8c6 (patch) | |
tree | f790ea5148aed9ca31b762ccb2023a4648e6588c /src | |
parent | 1e883be33f61818e941dd2a147ce1bba85d178ce (diff) | |
download | git-suggestion-7f60ab275bce53ebc3d770fbda7439c4c4d7c8c6.tar.bz2 |
suggestion_patch_generates_patch: Add attribution
Describe the source of the test data.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |