nx_html_extract_imgs_test.nx
buildroot/runtime/nx_html_extract_imgs_test.nx
about
nx_html_extract_imgs_test.nx -- exercise nx_html_extract_imgs
against a synthetic HTML document containing:
- mixed absolute / scheme-relative / path-relative img URLs
- <script> body containing literal "<img src='trap.png'>" that
must NOT be extracted (proves Arc B1 raw-text mode integration)
- case-variant <IMG> tag name
expect_exit: 0
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_html_extract_imgs.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 14 | func _fail(n: i64) -> i64 |
| 34 | func _bytes_eq_lit(buf: *u8, off: i64, n: i64, lit: *u8) -> i64 called by 1: main |
| 44 | func main() -> i64 |