make deleteReplacements transcript work

This commit is contained in:
Mitchell Rosen 2024-02-22 14:53:17 -05:00
parent 5330261d0c
commit c61484112c
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ unique[bb] type bar = Foo | Bar
we get an error when attempting to delete something that is neither a type nor a term
```ucm:error
.> view.patch
.> delete.type-replacement not-here
.> delete.type-replacement notHere
.> view.patch
```

View File

@ -214,12 +214,12 @@ we get an error when attempting to delete something that is neither a type nor a
This patch is empty.
.> delete.type-replacement not-here
.> delete.type-replacement notHere
⚠️
The following names were not found in the codebase. Check your spelling.
not-here
notHere
.> view.patch