summaryrefslogtreecommitdiff
path: root/src/packrat-parse_graphs.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-11-12 17:06:06 +1100
committerJed Barber <jjbarber@y7mail.com>2020-11-12 17:06:06 +1100
commit84696069475bfa7732326dee94a2c8a852ece827 (patch)
tree9e48e554c21238150f24b9b5c94d499494772144 /src/packrat-parse_graphs.adb
parenteccf08d5ee8915688841b47cff1d487732da8f06 (diff)
Outline of tests for Parse_Graphs
Diffstat (limited to 'src/packrat-parse_graphs.adb')
-rw-r--r--src/packrat-parse_graphs.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packrat-parse_graphs.adb b/src/packrat-parse_graphs.adb
index 1705d36..eed2eee 100644
--- a/src/packrat-parse_graphs.adb
+++ b/src/packrat-parse_graphs.adb
@@ -259,6 +259,7 @@ package body Packrat.Parse_Graphs is
SU.Delete (Result, SU.Length (Result), SU.Length (Result));
end loop;
-- what delete goes here?
+ SU.Append (Result, Latin.LF);
end loop;
return SU.To_String (Result);
end Debug_String;