nx_html_decode_entities_test.nx
buildroot/runtime/nx_html_decode_entities_test.nx
about
nx_html_decode_entities_test.nx -- KAT for nx_html_decode_entities (the render-side entity decoder).
Named refs, numeric dec/hex, and the passthrough-on-unknown contract (so malformed input survives).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_html_entities.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
| 6 | func de_slen(s: *u8) -> i64 { var k: i64 = 0; while s[k] != (0 as u8) { k = k + 1 } return k } |
| 7 | func de_eq(a: *u8, alen: i64, b: *u8) -> i64 |
| 14 | func de_check(input: *u8, expect: *u8) -> i64 |
| 21 | func main() -> i64 |