From b1ddb414006352b2d3af3652263a536acbd2702e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 27 Apr 2016 18:35:47 -0700 Subject: 2879 - allow extending shape-shifting containers --- 030container.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '030container.cc') diff --git a/030container.cc b/030container.cc index 3398e9ec..90f9d713 100644 --- a/030container.cc +++ b/030container.cc @@ -436,11 +436,12 @@ void skip_bracket(istream& in, string message) { } :(scenarios run) -:(scenario container_define_twice) +:(scenario container_extend) container foo [ x:number ] +# add to previous definition container foo [ y:number ] -- cgit 1.4.1-2-gfad0