diff --git a/Formula/j/jsonnet.rb b/Formula/j/jsonnet.rb index 7c221d9fc3ca..714b5188150c 100644 --- a/Formula/j/jsonnet.rb +++ b/Formula/j/jsonnet.rb @@ -34,7 +34,7 @@ def install end test do - (testpath/"example.jsonnet").write <<~EOS + (testpath/"example.jsonnet").write <<~JSONNET { person1: { name: "Alice", @@ -42,7 +42,7 @@ def install }, person2: self.person1 { name: "Bob" }, } - EOS + JSONNET expected_output = { "person1" => {