You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(stdlib): add coverage for untested builtins - abs, chr/ord, len, map, type conversions, isinstance, bytes
Adds 15 new [<Fact>] tests for builtins that were bound in Builtins.fs
but had no test coverage:
- abs (int and float)
- chr / ord (and round-trip)
- len (list and string)
- map (single and two-iterable overloads)
- str / int / float type conversions
- isinstance / type
- bytes (from byte array and from string with encoding)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments