All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test_files.runtime.ControlIterators.SwitchExpression3.jq Maven / Gradle / Ivy

(:JIQS: ShouldRun; Output="(none, foo)" :)
switch (())
case "bar" return "foo"
case "foo" return "bar"
default return "none",
switch (())
case () return "foo"
case "foo" return "bar"
default return "none",
switch ("no-match")
case "bar" return "foo"
case "foo" return "bar"
default return (())

(: empty sequences :)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy