Skip to content

Commit

Permalink
Update expectations
Browse files Browse the repository at this point in the history
Now we just need to update the implementation to match...
  • Loading branch information
walles committed Dec 20, 2020
1 parent 328db0a commit 70ee750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/indentation-l.riff-output
Expand Up @@ -33,8 +33,8 @@ Date: Wed May 6 21:52:51 2015 +0200

-refined = Riff.new().do_stream(STDIN)
-page(refined)
+ refined = Riff.new().do_stream(STDIN)
+ page(refined)
+ refined = Riff.new().do_stream(STDIN)
+ page(refined)
+rescue => e
+ STDERR.puts
+ STDERR.puts e.to_s
Expand Down

0 comments on commit 70ee750

Please sign in to comment.