Fixed header preprocessing!

This commit is contained in:
Mike Farah
2021-11-14 10:59:50 +11:00
parent 11b6261e8b
commit 33871bf007
9 changed files with 42 additions and 45 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ func TestAllAtOnceEvaluateNodes(t *testing.T) {
for _, tt := range evaluateNodesScenario {
node := test.ParseData(tt.document)
list, _ := evaluator.EvaluateNodes(tt.expression, &node)
test.AssertResultComplex(t, tt.expected, resultsToString(list))
test.AssertResultComplex(t, tt.expected, resultsToString(t, list))
}
}