unison/unison-src/transcripts/boolean-op-pretty-print-2819.md

19 lines
330 B
Markdown
Raw Permalink Normal View History

Regression test for https://github.com/unisonweb/unison/pull/2819
2022-01-21 02:28:14 +03:00
```ucm:hide
scratch/main> builtins.merge
2022-01-21 02:28:14 +03:00
```
```unison
hangExample : Boolean
hangExample =
("a long piece of text to hang the line" == "")
&& ("a long piece of text to hang the line" == "")
```
```ucm
scratch/main> add
scratch/main> view hangExample
```