Skip to content

Commit

Permalink
Restore trailing whitespace in transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Jun 26, 2024
1 parent 2faa425 commit 94d5ab0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions unison-src/transcripts/fix5080.output.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
🎨 Type `ui` to explore this project's code in your browser.
πŸ”­ Discover libraries at https://share.unison-lang.org
πŸ“– Use `help-topic projects` to learn more about projects.
Write your first Unison code with UCM:
1. Open scratch.u.
2. Write some Unison code and save the file.
3. In UCM, type `add` to save it to your new project.
πŸŽ‰ πŸ₯³ Happy coding!
```
Expand All @@ -33,42 +33,42 @@ test> fix5080.tests.failure = check (2 Nat.== 4)
I found and typechecked these definitions in scratch.u. If you
do an `add` or `update`, here's how your codebase would
change:
⍟ These new definitions are ok to `add`:
fix5080.tests.failure : [Result]
fix5080.tests.success : [Result]
Now evaluating any watch expressions (lines starting with
`>`)... Ctrl+C cancels.
1 | test> fix5080.tests.success = check (6 Nat.== 6)
βœ… Passed Passed
2 | test> fix5080.tests.failure = check (2 Nat.== 4)
🚫 FAILED Failed
```
```ucm
test-5080/main> add
⍟ I've added these definitions:
fix5080.tests.failure : [Result]
fix5080.tests.success : [Result]
test-5080/main> test
Cached test results (`help testcache` to learn more)
1. β—‰ fix5080.tests.success Passed
2. βœ— fix5080.tests.failure Failed
🚫 1 test(s) failing, βœ… 1 test(s) passing
Tip: Use view 1 to view the source of a test.
```
Expand All @@ -80,11 +80,11 @@ test-5080/main> delete.term 2
test-5080/main> test
Cached test results (`help testcache` to learn more)
1. β—‰ fix5080.tests.success Passed
βœ… 1 test(s) passing
Tip: Use view 1 to view the source of a test.
```

0 comments on commit 94d5ab0

Please sign in to comment.