don't need this anymore

main
Nick Dumas 1 year ago
parent 452920ff17
commit 2a57969dea

@ -30,18 +30,6 @@ func Test_Extract_Link(t *testing.T) {
{name: "wikilink^blockRef|display name|second pipe", in: "[[wikilink#^blockRef|display name|second pipe]]", expected: "wikilink"},
{name: "wikilink with numeric aliases^blockRef|420|second pipe", in: "[[wikilink#^blockRef|420|second pipe]]", expected: "wikilink"},
}
/*
"[[#^blockRef]]"
"[[wikilink#^blockRef]]"
"[[wikilink#^blockRef|display name]]"
"[[wikilink#^blockRef|display name|secondpipe]]"
"[[#^blockRef]]"
"[[wikilink#^blockRef]]"
"[[wikilink#^blockRef|display name|secondpipe]]"
*/
for _, tc := range tcs {
tc := tc

Loading…
Cancel
Save