Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 4b530e8

Browse files
committed
Terminated rules in test inference data to avoid parser errors
1 parent 7da89d0 commit 4b530e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/integration/inferences_data.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def inferences_data
2727
?y :t ?_val .
2828
} => {
2929
:step :addFacts {?x :val ?_val }.
30-
}
30+
}.
3131
3232
',
3333
inputs:
@@ -58,7 +58,7 @@ def inferences_data
5858
?y :t ?_pos .
5959
} => {
6060
:step :addFacts {?x :relates_with ?y }.
61-
}
61+
}.
6262
',
6363
inputs:
6464
'
@@ -95,7 +95,7 @@ def inferences_data
9595
?y :a "TubeB" .
9696
} => {
9797
:step :addFacts { ?y :transferredFrom ?x . }.
98-
}
98+
}.
9999
',
100100
inputs:
101101
'
@@ -284,7 +284,7 @@ def inferences_data
284284
} => {
285285
:step :addFacts {?rack :is "TubeRack" .} .
286286
:step :addFacts {?rack :location ?_position .} .
287-
}
287+
}.
288288
',
289289
inputs:
290290
'

0 commit comments

Comments
 (0)