File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
unison-src/transcripts-round-trip Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020So we can see the pretty-printed output:
2121
2222``` ucm
23- scratch/a1> edit 1-1000
23+ scratch/a1> edit.new 1-1000
2424
2525 ☝️
2626
@@ -825,7 +825,7 @@ x = ()
825825```
826826
827827``` ucm
828- scratch/a3> edit 1-5000
828+ scratch/a3> edit.new 1-5000
829829
830830 ☝️
831831
@@ -871,7 +871,7 @@ scratch/main> diff.namespace /a3_new: /a3:
871871```
872872## Other regression tests not covered by above
873873
874- ### Builtins should appear commented out in the edit command
874+ ### Builtins should appear commented out in the edit.new command
875875
876876Regression test for https://github.com/unisonweb/unison/pull/3548
877877
@@ -880,7 +880,7 @@ scratch/regressions> alias.term ##Nat.+ plus
880880
881881 Done.
882882
883- scratch/regressions> edit plus
883+ scratch/regressions> edit.new plus
884884
885885 ☝️
886886
You can’t perform that action at this time.
0 commit comments