mirror of
https://github.com/MontFerret/ferret.git
synced 2025-09-16 09:06:36 +02:00
Updated nav example
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user