add link_with_ampersand regression test

This commit is contained in:
Gavin Nishizawa 2023-03-06 20:06:31 -08:00
parent e981e1997e
commit 226640fde5
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -642,6 +642,10 @@ l3c1.a -> l4.c1.a
l3c1.b -> l4.c2.b
l3c2.c -> l4.c3.c`,
},
{
name: "link_with_ampersand",
script: `a.link: https://calendar.google.com/calendar/u/0/r?tab=mc&pli=1`,
},
}
runa(t, tcs)