From 4be78f3748b6d5bfbf9a434625b11aeef09eefab Mon Sep 17 00:00:00 2001
From: Philippe PITTOLI
Date: Sat, 3 Aug 2019 02:04:06 +0200
Subject: [PATCH] SectionContainer => LongString
---
src/spec.cr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spec.cr b/src/spec.cr
index 8133ca9..3a7fe3c 100644
--- a/src/spec.cr
+++ b/src/spec.cr
@@ -135,7 +135,7 @@ class Specs
return
end
- @assignments[name] = SectionContainer.new value
+ @assignments[name] = LongStringContainer.new value
end
def parse_glob (tree)