mirror of
https://github.com/MontFerret/ferret.git
synced 2025-02-13 13:58:32 +02:00
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
LET url = @dynamic
|
|
LET doc = DOCUMENT(url, true)
|
|
|
|
LET expected = url + '/'
|
|
LET actual = doc.url
|
|
|
|
RETURN EXPECT(expected, actual) |