MCPcopy Create free account
hub / github.com/FDOS/kernel / test_boundary_chars

Function test_boundary_chars

tests/int2f-12/t1213.c:139–148  ·  view source on GitHub ↗

* Boundary characters immediately adjacent to the a-z range. * 0x60 = '`' (just below 'a' 0x61) -- must NOT be uppercased. * 0x7B = '{' (just above 'z' 0x7A) -- must NOT be uppercased. * 0x40 = '@' (just below 'A' 0x41) -- must pass through unchanged. * 0x5B = '[' (just above 'Z' 0x5A) -- must pass through unchanged. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

run_char_caseFunction · 0.70

Tested by

no test coverage detected