Merge branch 'master' into debug-exploratory-PR

This commit is contained in:
Ben Burdette
2022-05-25 10:41:10 -06:00
committed by GitHub
34 changed files with 429 additions and 85 deletions
+1 -1
View File
@@ -3560,7 +3560,7 @@ static RegisterPrimOp primop_match({
builtins.match "[[:space:]]+([[:upper:]]+)[[:space:]]+" " FOO "
```
Evaluates to `[ "foo" ]`.
Evaluates to `[ "FOO" ]`.
)s",
.fun = prim_match,
});