Skip to content

Commit 013c915

Browse files
authored
Merge pull request #730 from jonathanhefner/encode-trailing-whitespace
Use string interpolation for trailing whitespace
2 parents 2c1d3c0 + b0e4ca6 commit 013c915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/shell/basic_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def #456 Lanç...
378378
2.times { @table.first.pop }
379379
content = capture(:stdout) { shell.print_table(@table) }
380380
expect(content).to eq(<<-TABLE)
381-
abc
381+
abc#{" "}
382382
#0 empty
383383
xyz #786 last three
384384
TABLE

0 commit comments

Comments
 (0)