mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +02:00
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
LET url = @dynamic
|
||
|
LET doc = DOCUMENT(url, true)
|
||
|
|
||
|
RETURN EXPECT(doc.url, url)
|