nx_css_parse_test.nx
buildroot/runtime/nx_css_parse_test.nx
about
nx_css_parse_test.nx -- smoke for the CSS parser Phase-2 second
primitive. Reuses the same fixture shape as nx_css_tokenize_test.
Asserts:
- 1 rule parsed
- selector kind = TAG, name = "body"
- 2 declarations: ("color", HEXCOLOR "ff0000") and
("font-size", DIMENSION 16 + UNIT "px")
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_css_tokenize.nxnx_css_parse.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 _put_byte(buf: *u8, i: i64, v: i64) -> i64 called by 1: _build_fixture |
| 20 | func _build_fixture(out_len: *i64) -> *u8 |
| 68 | func main() -> i64 |