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