nx_html_links_test.nx
buildroot/runtime/nx_html_links_test.nx
about
nx_html_links_test.nx -- KATs for the link-extraction kernel (GATE).
Construction-known sample: 3 admissible https links (double-quote, single-
quote, uppercase HREF) among http/relative/fragment/unquoted decoys + one
malformed (unterminated) that must be dropped, not corrupted.
dependencies 3 imports · 0 importers
imports: nx_str.nxnx_syscalls.nxnx_html_links.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
| 9 | func tp(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 11 | func teq(a: *u8, b: *u8) -> i64 called by 1: main |
| 18 | func main() -> i64 |