Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1612elphi/delphitools-cli
/ colour_hsl_input
Function
colour_hsl_input
tests/cli.rs:52–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
51
#[test]
52
fn colour_hsl_input() {
53
let (out, _, code) = delphi(&[
"col"
,
"hsl(0, 100%, 50%)"
,
"hex"
]);
54
assert_eq!(code, 0);
55
assert_eq!(out.trim(),
"#ff0000"
);
56
}
57
58
#[test]
59
fn colour_json() {
Callers
nothing calls this directly
Calls
1
delphi
Function · 0.85
Tested by
no test coverage detected