about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--013literal_string.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/013literal_string.cc b/013literal_string.cc
index 3d60a30f..5de8df93 100644
--- a/013literal_string.cc
+++ b/013literal_string.cc
@@ -110,3 +110,10 @@ recipe main [
 +parse:   product: {name: "1", properties: ["1": "address":"array":"character"]}
 # no other ingredients
 $parse: 3
+
+:(scenario string_literal_escapes_newlines_in_trace)
+recipe main [
+  copy [abc
+def]
+]
++parse:   ingredient: {name: "abc\ndef", properties: [_: "literal-string"]}