Skip to content

Commit

Permalink
update changelog, fix #666
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Jun 26, 2024
1 parent 273e7cc commit 7a509ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -9613,7 +9613,7 @@ workflow test_prefix {
Array[Int] env2 = [1, 2, 3]
output {
Array[String] env_prefixed = prefix("-e ", env1)
Array[String] env1_prefixed = prefix("-e ", env1)
Array[String] env2_prefixed = prefix("-f ", env2)
}
}
Expand Down Expand Up @@ -11822,7 +11822,7 @@ Example output:

```json
{
"serialize_array_delim.strings": [
"serialize_array_delim.heads": [
"hello world",
"hello world",
"hi_world"
Expand Down

0 comments on commit 7a509ae

Please sign in to comment.