Commit b4605c2
Ciaran McCrisken
(IAC-1228) Remove '+' from shell_join_spec test data
Prior to this commit, the `spec/functions/shell_join_spec.rb` tests
were failing on Ruby 2.7 as the `Shellwords.shelljoin` method in
2.7 does not escape the `+` character.
Rather than have specific datasets for Ruby versions `< 2.7` and
`>= 2.7`, it seemed easiest to simply remove this character from
the tests.1 parent 57b339a commit b4605c2
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments