✓
Passing This code compiles and runs correctly.
Code
import std/string
import std/io
std/string:from-page(text: "x")
| ok s |> std/io:print.ln("view dropped")
| err _ |> _
Actual
view dropped
Expected output
view dropped
Flows
flow ~from-page click a branch to expand · @labels scroll to their anchor
from-page (text: "x")
Test Configuration
MUST_RUN