nx_url_resolve_test.nx
buildroot/runtime/nx_url_resolve_test.nx
about
nx_url_resolve_test.nx -- KAT for RFC 3986 §5.2 examples.
Uses the canonical reference set from RFC 3986 §5.4 with the base
http://a/b/c/d;p?q
plus a few extras for HTML img-src-in-the-wild patterns.
expect_exit: 0
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_url_resolve.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
| 13 | func _fail(n: i64) -> i64 |
| 33 | func _strlen(s: *u8) -> i64 called by 1: _check |
| 39 | func _bytes_eq(a: *u8, an: i64, b: *u8, bn: i64) -> i64 called by 1: _check |
| 49 | func _check(case_id: i64, base: *u8, rel: *u8, expected: *u8) -> i64 |
| 73 | func main() -> i64 |