✓
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
Test Configuration
MUST_RUN