shark/test_files/string_operators.nila in nilac-0.0.4.3.3 vs shark/test_files/string_operators.nila in nilac-0.0.4.3.4
- old
+ new
@@ -1,19 +1,19 @@
-# This file demonstrates different ways to declare a string
-
-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
-
-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
-
-str = %|this is a wonderful string|
-
-str = %!this is a wonderful string!
-
-str = % this is a wonderful string + % this is another wonderful string
+# This file demonstrates different ways to declare a string
+
+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
+
+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
+
+str = %|this is a wonderful string|
+
+str = %!this is a wonderful string!
+
+str = % this is a wonderful string + % this is another wonderful string