diff --git a/.gitignore b/.gitignore index e02fc7f2b..1c9b75d99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # Unison .unison* test-output -transcript-* scratch.u unisonLocal.zip diff --git a/unison-src/transcripts/transcript-parser-commands.md b/unison-src/transcripts/transcript-parser-commands.md index e39fd1088..afd90011e 100644 --- a/unison-src/transcripts/transcript-parser-commands.md +++ b/unison-src/transcripts/transcript-parser-commands.md @@ -1,7 +1,7 @@ ### Transcript parser operations ```ucm:hide -.> builtins.merge +scratch/main> builtins.merge ``` The transcript parser is meant to parse `ucm` and `unison` blocks. @@ -11,7 +11,7 @@ x = 1 ``` ```ucm -.> add +scratch/main> add ``` ```unison:hide:error:scratch.u @@ -19,11 +19,11 @@ z ``` ```ucm:error -.> delete foo +scratch/main> delete foo ``` ```ucm :error -.> delete lineToken.call +scratch/main> delete lineToken.call ``` However handling of blocks of other languages should be supported. diff --git a/unison-src/transcripts/transcript-parser-commands.output.md b/unison-src/transcripts/transcript-parser-commands.output.md index 15b72bc3b..990d17611 100644 --- a/unison-src/transcripts/transcript-parser-commands.output.md +++ b/unison-src/transcripts/transcript-parser-commands.output.md @@ -20,7 +20,7 @@ x = 1 ``` ```ucm -.> add +scratch/main> add ⍟ I've added these definitions: @@ -37,7 +37,7 @@ z ```ucm -.> delete foo +scratch/main> delete foo ⚠️ @@ -46,7 +46,7 @@ z ``` ```ucm -.> delete lineToken.call +scratch/main> delete lineToken.call ⚠️