Skip to content

Commit f2ba61a

Browse files
authored
unisonlang: Use language-specific heredocs
1 parent 65447ae commit f2ba61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/u/unisonlang.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ def install
9999
helloTo "Homebrew"
100100
EOS
101101

102-
(testpath/"hello.md").write <<~EOS
102+
(testpath/"hello.md").write <<~MARKDOWN
103103
```ucm
104104
scratch/main> project.create test
105105
test/main> load hello.u
106106
test/main> add
107107
test/main> run hello
108108
```
109-
EOS
109+
MARKDOWN
110110

111111
assert_match "Hello Homebrew", shell_output("#{bin}/ucm --codebase-create ./ transcript.fork hello.md")
112112
end

0 commit comments

Comments
 (0)