pbonte / roxi

Reactive Reasoning
Other
38 stars 3 forks source link

Rule parser fails when a space is inserted before the second subject. #11

Closed maartyman closed 1 year ago

maartyman commented 1 year ago

This works: {?s <http://test/p> <http://test/1>.}=>{?s <http://test/p> <http://test/2>.} This fails: {?s <http://test/p> <http://test/1>.}=>{ ?s <http://test/p> <http://test/2>.}