Fix incorrect test
diff --git a/test/mustache_test.dart b/test/mustache_test.dart
index 055f4fe..4d9ceca 100644
--- a/test/mustache_test.dart
+++ b/test/mustache_test.dart
@@ -516,7 +516,7 @@
 
       // A lambda's return value should parse with the default delimiters.
       
-      var template = '{{= | | =}}\nHello, (|&lambda|)!';
+      var template = '{{= | | =}}Hello, (|&lambda|)!';
       
       //function() { return "|planet| => {{planet}}" }
       var values = {'planet': 'world',