File tree Expand file tree Collapse file tree
spec/support/integration/test_programs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88- Remove unused ` syntax_tree ` gems from development. [ #297 ] ( https://github.com/splitwise/super_diff/pull/297 )
99- Simplify tiered lines elider. [ #302 ] ( https://github.com/splitwise/super_diff/pull/302 )
1010- Support elision for flat line trees. [ #300 ] ( https://github.com/splitwise/super_diff/pull/300 )
11+ - Fix integration snippet indentation. [ #299 ] ( https://github.com/splitwise/super_diff/pull/299 )
1112
1213## 0.18.0 - 2025-12-05
1314
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def minimal_program
106106 opt_before = RSpec::Expectations.configuration.on_potential_false_positives
107107 begin
108108 RSpec::Expectations.configuration.on_potential_false_positives = :nothing
109- #{ reindent ( code , level : 3 ) }
109+ #{ reindent ( code , level : 3 ) }
110110 ensure
111111 RSpec::Expectations.configuration.on_potential_false_positives = opt_before
112112 end
You can’t perform that action at this time.
0 commit comments