Un-ignore transcript-parser-commands.md and fix it.

This commit is contained in:
Chris Penner 2024-07-02 14:42:07 -07:00
parent eaf233cdbe
commit e9f2aa3ec5
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
# Unison
.unison*
test-output
transcript-*
scratch.u
unisonLocal.zip

View File

@ -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.

View File

@ -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
⚠️