unison/unison-src/transcripts/boolean-op-pretty-print-2819.md
2024-06-25 11:11:07 -07:00

19 lines
330 B
Markdown

Regression test for https://github.com/unisonweb/unison/pull/2819
```ucm:hide
scratch/main> builtins.merge
```
```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
```