describe("origin", () => {
        it("trims the fragment", () => {
            expect(origin(frag)).toEqual(rootSlashless);
        });