File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 620620 %w( http://foo/bar# /a ) => "<http://foo/a>" ,
621621 %w( http://foo/bar# #a ) => "<http://foo/bar#a>" ,
622622
623- %w( http://a/bb/ccc/.. g :h) => "<g :h>" ,
623+ %w( http://a/bb/ccc/.. gg :h) => "<gg :h>" ,
624624 %w( http://a/bb/ccc/.. g ) => "<http://a/bb/ccc/g>" ,
625625 %w( http://a/bb/ccc/.. ./g ) => "<http://a/bb/ccc/g>" ,
626626 %w( http://a/bb/ccc/.. g/ ) => "<http://a/bb/ccc/g/>" ,
Original file line number Diff line number Diff line change 630630 expect ( output . string ) . to eq "#{ stmt_string } \n "
631631 end
632632
633- it "should dump statements to a file" do
633+ it "should dump statements to a file" , skip : ( 'not windows' if Gem . win_platform? ) do
634634 require 'tmpdir' # for Dir.tmpdir
635635 writer . dump ( graph , filename = File . join ( Dir . tmpdir , "test.nt" ) )
636636 expect ( File . read ( filename ) ) . to eq "#{ stmt_string } \n "
You can’t perform that action at this time.
0 commit comments