We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ae0a10 + 31a6d89 commit 9febb8bCopy full SHA for 9febb8b
1 file changed
spec/acceptance/concat_spec.rb
@@ -29,7 +29,7 @@
29
pp = <<-EOS
30
$output = concat(['1','2','3'],['4','5','6'],['7','8','9'])
31
validate_array($output)
32
- if size($output) != 6 {
+ if size($output) != 9 {
33
fail("${output} should have 9 elements.")
34
}
35
EOS
0 commit comments