unison/unison-src/transcripts/add-test-watch-roundtrip.output.md
Greg Pfeil 0031542faf
Add a space before code block info strings
This is for consistency with the `cmark` style. Now the blocks we still
pretty-print ourselves will match the bulk of them that `cmark`
produces.
2024-07-10 13:56:07 -06:00

347 B

test> foo : [Test.Result]
foo = []

Apparently when we add a test watch, we add a type annotation to it, even if it already has one. We don't want this to happen though!

scratch/main> add

  ⍟ I've added these definitions:
  
    foo : [Result]

scratch/main> view foo

  foo : [Result]
  foo : [Result]
  foo = []