Skip to content

Commit

Permalink
Reverse test case before saving (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Oct 18, 2015
1 parent 775a2d3 commit a0d9c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/it-recorder.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
(interactive "FFile to save the test case: ")
(with-temp-buffer
(-> pacmacs--recorded-actions
(reverse)
(pp-to-string)
(insert))
(write-file filename)))
Expand Down

0 comments on commit a0d9c1b

Please sign in to comment.