From 4bc5dbaa507ecdf75914e7f938fb572c89ff000b Mon Sep 17 00:00:00 2001 From: scijones Date: Fri, 22 Mar 2024 18:11:28 -0400 Subject: [PATCH] updated ChunkingTests_Literalization_with_Constraints to not expect a chunk with an extra test for word. --- ...hunkingTests_Literalization_with_Constraints_expected.soar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_Constraints_expected.soar b/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_Constraints_expected.soar index f0a14255d1..6179fe7dcf 100644 --- a/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_Constraints_expected.soar +++ b/UnitTests/SoarTestAgents/Chunking/expected/ChunkingTests_Literalization_with_Constraints_expected.soar @@ -2,9 +2,9 @@ sp {answer*chunk*start-chunking2*snc*t2-1 (state ^word object) ( ^superstate nil) ( ^word2 { <> object <> ungrounded }) - ( ^word { <> ungrounded }) + #( ^word { <> ungrounded }) --> ( ^result object +) ( ^result2 +) ( ^result3 ungrounded +) -} \ No newline at end of file +}