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 f14a403 commit ea113baCopy full SHA for ea113ba
test/lib/extractor/index.spec.ts
@@ -88,9 +88,7 @@ describe("removeWhiteoutPrefix", () => {
88
);
89
expect(removeWhiteoutPrefix(".whfile")).toBe(".whfile");
90
expect(removeWhiteoutPrefix("/path/.whfile")).toBe("/path/.whfile");
91
- expect(removeWhiteoutPrefix("/path/has/.wh./in/middle")).toBe(
92
- "/path/has/.wh./in/middle",
93
- );
+ expect(removeWhiteoutPrefix("/xwh.txt")).toBe("/xwh.txt");
94
});
95
96
test("should handle edge cases", () => {
0 commit comments