From d009e158803956c76adbf8f58a62884c3e7affb3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 26 Jan 2016 23:47:23 -0800 Subject: 2605 --- html/055parse_tree.cc.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'html/055parse_tree.cc.html') diff --git a/html/055parse_tree.cc.html b/html/055parse_tree.cc.html index 1d97dee4..ec8d3f77 100644 --- a/html/055parse_tree.cc.html +++ b/html/055parse_tree.cc.html @@ -103,11 +103,14 @@ container bar [ :(scenario dilated_reagent_with_new) recipe main [ - x:address:number <- new {(foo bar): type} + x:address:shared:address:number <- new {(address number): type} ] -# type isn't defined so size is meaningless, but at least we parse the type correctly -+new: size of <"foo" : <"bar" : <>>> is 1 ++new: size of <"address" : <"number" : <>>> is 1 +:(before "End Post-processing(expected_product) When Checking 'new'") +expected_product.properties.at(0).second = parse_string_tree(expected_product.properties.at(0).second); +delete expected_product.type; +expected_product.type = new_type_tree(expected_product.properties.at(0).second); :(before "End Post-processing(type_name) When Converting 'new'") type_name = parse_string_tree(type_name); -- cgit 1.4.1-2-gfad0