We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264771f commit 37b3328Copy full SHA for 37b3328
Formula/j/jaguar.rb
@@ -36,12 +36,12 @@ def install
36
test do
37
assert_match "Version:\t v#{version}", shell_output(bin/"jag --no-analytics version 2>&1")
38
39
- (testpath/"hello.toil").write <<~TOIL
+ (testpath/"hello.toit").write <<~TOIT
40
main:
41
print "Hello, world!"
42
- TOIL
+ TOIT
43
44
# Cannot do anything without installing SDK to $HOME/.cache/jaguar/
45
- assert_match "You must setup the SDK", shell_output(bin/"jag run #{testpath}/hello.toil 2>&1", 1)
+ assert_match "You must setup the SDK", shell_output(bin/"jag run #{testpath}/hello.toit 2>&1", 1)
46
end
47
0 commit comments