unison/unison-src/transcripts-using-base
Greg Pfeil 1dc181b99a
Update the transcripts with cmark
`cmark`’s pretty-printer matches our output pretty well, with a few differences:
- it puts a space between the fence and the info string for in code blocks;
- it prefers `-` over `*` for bulleted lists (as do I) and it indents them;
- it `\`-escapes certain chars very conservatively;
- it prefers indented/unfenced code blocks if there is no info string; and
- it prefers `*` over `_` (unlike any sane person).

This also shows how the change fixes a number of issues:
- fix2158-1.output.md also illustrates how this change fixes #1809;
- alias-many.output.md and input-parse-errors.output.md show how fenced
  code blocks without an info string would use the beginning of the
  content as the info string;
- transcripts-round-trip/main.output.md shows how output blocks for
  generated `unison` stanzas (which could contain nested fenced blocks)
  might not have long-enough fences; and
- error-messages.output.md and generic-parse-errors.output.md show how
  Unison errors were reported on the wrong line number (and thus the
  printed error lines were also incorrect).
2024-07-10 13:37:51 -06:00
..
doc.md.files allow backticks in docs 2023-07-17 17:35:51 -04:00
serialized-cases Add a new serialized test case 2023-10-25 11:19:10 -04:00
_base.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
_base.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
all-base-hashes.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
all-base-hashes.output.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
base.u disambiguation 2024-04-01 23:37:52 -06:00
binary-encoding-nats.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
binary-encoding-nats.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
codeops.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
codeops.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
doc.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
doc.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
failure-tests.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
failure-tests.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix2049.md cleanup 2024-04-14 20:01:39 -04:00
fix2049.output.md cleanup 2024-04-14 20:01:39 -04:00
fix2158-1.md fixes tests and transcripts 2021-08-24 11:33:27 -07:00
fix2158-1.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix2297.md fix fix2297 2024-01-05 15:08:52 -10:00
fix2297.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix2358.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
fix2358.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix3166.md don't need builtins.mergeio when using base 2024-04-14 20:20:36 -04:00
fix3166.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix3542.md don't need builtins.mergeio when using base 2024-04-14 20:20:36 -04:00
fix3542.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix3939.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
fix3939.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix4746.md don't need builtins.mergeio when using base 2024-04-14 20:20:36 -04:00
fix4746.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
fix5129.md Don't relax type when doing an instantiateL during subtyping 2024-06-25 15:54:10 -04:00
fix5129.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
hashing.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
hashing.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
io.output.md rename new-runtime-transcripts to transcripts-using-base 2021-04-27 09:28:01 -04:00
mvar.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
mvar.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
nat-coersion.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
nat-coersion.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
net.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
net.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
random-deserial.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
random-deserial.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
README rename new-runtime-transcripts to transcripts-using-base 2021-04-27 09:28:01 -04:00
ref-promise.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
ref-promise.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
serial-test-00.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
serial-test-00.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
serial-test-01.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
serial-test-01.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
serial-test-02.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
serial-test-02.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
serial-test-03.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
serial-test-03.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
serial-test-04.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
serial-test-04.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
stm.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
stm.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
test-watch-dependencies.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
test-watch-dependencies.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
thread.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
thread.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
tls.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
tls.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
utf8.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
utf8.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00

Transcripts in this directory are only run using the new runtime.