shark/test_files/string_operators.nila in nilac-0.0.4.1.5 vs shark/test_files/string_operators.nila in nilac-0.0.4.1.6

- old
+ new

@@ -8,6 +8,12 @@ str = %Q{this is a wonderful string} str = %Q!this is a wonderful string! -str = %Q this is a wonderful string + %Q this is another wonderful string \ No newline at end of file +str = %Q this is a wonderful string + %Q this is another wonderful string + +str = %|this is a wonderful string| + +str = %!this is a wonderful string! + +str = % this is a wonderful string + % this is another wonderful string