File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10781078 },
10791079 "ex:rel": [{"@id": "ex:subj"}],
10801080 "ex:prop": [{"@id": "ex:value2"}]
1081- }
1082- ])
1081+ }])
10831082 } ,
10841083 "node with @annotation property on node object with reverse relationship" : {
10851084 input : %({
Original file line number Diff line number Diff line change 77 %w{
88 expand
99 compact
10+ flatten
1011 fromRdf
1112 toRdf
1213 } . each do |partial |
1314 m = Fixtures ::SuiteTest ::Manifest . open ( "#{ Fixtures ::SuiteTest ::STAR_SUITE } #{ partial } -manifest.jsonld" )
1415 describe m . name do
1516 m . entries . each do |t |
16- specify "#{ t . property ( '@id' ) } : #{ t . name } unordered #{ ' (negative test)' unless t . positiveTest? } " do
17+ specify "#{ t . property ( '@id' ) } : #{ t . name } #{ ' (negative test)' unless t . positiveTest? } " do
1718 t . options [ :ordered ] = false
1819 expect { t . run self } . not_to write . to ( :error )
1920 end
You can’t perform that action at this time.
0 commit comments