diff --git a/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_BT_Constraints2_expected.soar b/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_BT_Constraints2_expected.soar index 2b5070d1b3..aaeecfcbed 100644 --- a/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_BT_Constraints2_expected.soar +++ b/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_BT_Constraints2_expected.soar @@ -1,14 +1,14 @@ sp {answer*start-chunking*StateNoChange*t2-2 - (state ^object1 object ^superstate nil ^object2 ^object1 ) + (state ^object1 object ^superstate nil ^object2 )# ^object1 ) --> - ( ^result1u ungrounded + ^result1b + ^result1c +) + ( ^result1u ungrounded + ^result1b + ^result1c object +) } sp {answer*start-chunking-partial-lit*StateNoChange*t2-1 - (state ^superstate nil ^object2 ^object1 + (state ^superstate nil ^object2 #^object1 ^object1 { >= }) --> - ( ^result2a ungrounded + ^result2b + ^result2c +) + ( ^result2a ungrounded + ^result2b + ^result2c +) }