Port empty-namespaces to projects

This commit is contained in:
Chris Penner 2024-06-26 10:58:27 -07:00
parent 2fd585e1d3
commit 6a1ccd5a64
2 changed files with 9 additions and 11 deletions

View File

@ -31,9 +31,9 @@ scratch/main> history mynamespace
Merging an empty namespace should be a no-op
```ucm:error
scratch/main empty> history
scratch/main empty> merge.old .mynamespace
scratch/main empty> history
scratch/main> history empty
scratch/main> merge.old empty .mynamespace
scratch/main> history empty
```
Add and then delete a term to add some history to a deleted namespace.

View File

@ -58,21 +58,19 @@ scratch/main> history mynamespace
Merging an empty namespace should be a no-op
```ucm
☝️ The namespace .empty is empty.
scratch/main> history empty
.empty> history
☝️ The namespace empty is empty.
☝️ The namespace .empty is empty.
.empty> merge.old .mynamespace
scratch/main> merge.old empty .mynamespace
⚠️
The namespace .mynamespace doesn't exist.
The namespace empty doesn't exist.
.empty> history
scratch/main> history empty
☝️ The namespace .empty is empty.
☝️ The namespace empty is empty.
```
Add and then delete a term to add some history to a deleted namespace.