We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f8924 commit 6c1989fCopy full SHA for 6c1989f
test/bugs.bats
@@ -16,3 +16,10 @@ empty_remove_highlight="[m[1;31;48;5;52m[m[1;31m"
16
assert_output --partial "show: function($empty_remove_highlight)"
17
assert_output --partial "{!Document} */ (WebInspector.Dialog._modalHostView.element.ownerDocument$empty_remove_highlight)"
18
}
19
+
20
+@test "File with space in the name (#360)" {
21
+ output=$( load_fixture "file_with_space" | $diff_so_fancy )
22
+ run printf "%s" "$output"
23
24
+ assert_line --index 1 --regexp "added:.*a b"
25
+}
test/fixtures/file_with_space.diff
@@ -0,0 +1,3 @@
1
+diff --git a/a b b/a b
2
+new file mode 100644
3
+index 0000000..e69de29
0 commit comments