Skip to content

Commit

Permalink
Terminated rules in test inference data to avoid parser errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Dec 19, 2023
1 parent 7da89d0 commit 4b530e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/integration/inferences_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def inferences_data
?y :t ?_val .
} => {
:step :addFacts {?x :val ?_val }.
}
}.
',
inputs:
Expand Down Expand Up @@ -58,7 +58,7 @@ def inferences_data
?y :t ?_pos .
} => {
:step :addFacts {?x :relates_with ?y }.
}
}.
',
inputs:
'
Expand Down Expand Up @@ -95,7 +95,7 @@ def inferences_data
?y :a "TubeB" .
} => {
:step :addFacts { ?y :transferredFrom ?x . }.
}
}.
',
inputs:
'
Expand Down Expand Up @@ -284,7 +284,7 @@ def inferences_data
} => {
:step :addFacts {?rack :is "TubeRack" .} .
:step :addFacts {?rack :location ?_position .} .
}
}.
',
inputs:
'
Expand Down

0 comments on commit 4b530e8

Please sign in to comment.