diff options
author | Teddy Wing | 2020-09-16 00:18:26 +0200 |
---|---|---|
committer | Teddy Wing | 2020-09-16 00:18:26 +0200 |
commit | e0b78f7f5112bc9c1b5b1e84d5efe65ede63e3d9 (patch) | |
tree | 5f36bdda070d343a444c81fe0ff146665aaa1782 /t | |
parent | acda4f6c75ecc52cf2dbabecc6a9f11fa6f34dd8 (diff) | |
download | git-todo-e0b78f7f5112bc9c1b5b1e84d5efe65ede63e3d9.tar.bz2 |
t/100-shows-todo-comments-since-fork-point.t: Update output
Update the expectation to include the file name and line number plus the
exact line content as printed by the command.
Remove the extra newline from the output so that now only a single
newline is printed.
Diffstat (limited to 't')
-rw-r--r-- | t/100-shows-todo-comments-since-fork-point.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/100-shows-todo-comments-since-fork-point.t b/t/100-shows-todo-comments-since-fork-point.t index dd0f161..fbf4f86 100644 --- a/t/100-shows-todo-comments-since-fork-point.t +++ b/t/100-shows-todo-comments-since-fork-point.t @@ -37,7 +37,7 @@ system('git commit -m "New TODO"'); ok !$?; my $todos = qx($BIN); -is $todos, 'TODO: 100-shows-todo-comments-since-fork-point +is $todos, 'git-sugdiff.rs:34: // TODO: 100-shows-todo-comments-since-fork-point '; |