mirror of
https://github.com/MontFerret/ferret.git
synced 2025-03-03 15:02:32 +02:00
Updated nav example
This commit is contained in:
parent
220e045ab6
commit
e951b914a5
@ -1,9 +1,9 @@
|
||||
LET doc = DOCUMENT("https://github.com/", true)
|
||||
|
||||
NAVIGATE(doc, "https://github.com/features")
|
||||
NAVIGATE(doc, "https://github.com/business")
|
||||
NAVIGATE(doc, "https://github.com/enterprise")
|
||||
NAVIGATE(doc, "https://github.com/marketplace")
|
||||
NAVIGATE_BACK(doc, 3)
|
||||
NAVIGATE_FORWARD(doc, 2)
|
||||
|
||||
RETURN doc.url == "https://github.com/business"
|
||||
RETURN doc.url == "https://github.com/enterprise"
|
||||
|
Loading…
x
Reference in New Issue
Block a user