shark/test_files/heredoc.nila in nilac-0.0.4.3.9.7.1 vs shark/test_files/heredoc.nila in nilac-0.0.4.3.9.8
- old
+ new
@@ -9,6 +9,16 @@
* Organic
Hello
numbers = [1,2,3,4,5,6,7]
-numbers << 7
+numbers << 7
+
+name = "Mr. Lorum"
+email = <<-END
+Dear #{name},
+Unfortunately we cannot process your insurance claim at this
+time. This is because we are a bakery, not an insurance company.
+Signed,
+ Nil, Null, and None
+ Bakers to Her Majesty the Singleton
+END
\ No newline at end of file