Skip to content
Snippets Groups Projects
Commit 9e8185f5 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix arbology tests

parent 9c163523
No related branches found
No related tags found
No related merge requests found
Pipeline #37490 failed
......@@ -149,7 +149,7 @@ TEST_CASE ( "Arbology tests | nonlinear pattern ends", "[integration]" ) {
"arbology::exact::ExactNonlinearTreePatternAutomaton (PrefixRankedTree)$subject <(tree::SubtreeWildcard::get $pattern) <(tree::NonlinearAlphabet::get $pattern) | automaton::determinize::Determinize - |"
"(SetOfObjects)automaton::run::Result - (LinearString)(PrefixRankedNonlinearPattern) $pattern (DefaultStateType) { :Object } ", 80 ) );
 
auto exact = "arbology::exact::ExactPatternMatch $subject $pattern | arbology::transform::BeginToEndIndex $subject -";
auto exact = "arbology::exact::ExactPatternMatch $subject $pattern | arbology::transform::BeginToEndIndex (PrefixRankedTree) $subject -";
auto pattern = EGenerateType::NONLINEAR_PATTERN_SINGLE_VAR;
 
SECTION ( "Test files" ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment