diff --git a/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_RHS_Math_Children_Force_Learn_expected.soar b/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_RHS_Math_Children_Force_Learn_expected.soar index 27cda03197..c6e4dc0c7a 100644 --- a/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_RHS_Math_Children_Force_Learn_expected.soar +++ b/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_RHS_Math_Children_Force_Learn_expected.soar @@ -1,10 +1,9 @@ sp {answer*apply*snc*t3-1 - (state ^value 3 ^superstate nil ^foo ^wme { <> } - ^value ^value ) + (state ^value 3 ^superstate nil ^foo ^wme { <> }) --> - ( ^result + ^new-math (* 23 ) + ^math (* 23 2) + + ( ^result + ^new-math (* 23 3) + ^math (* 23 2) + ^copied-math 23 + ^bar + ^child +) - ( ^child-sub + ^child-math (+ 23) +) + ( ^child-sub + ^child-math (+ 3 23) +) ( ^sub-struct2 + ^foo2 bar2 + ^foo1 bar1 +) ( ^foo3 bar3 +) -} \ No newline at end of file +}