Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 6, 2023
1 parent 8789c0d commit 9bf0360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/ieee/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module IEEE
VERSION = "1.1.4".freeze
VERSION = "1.1.5".freeze
end
end
6 changes: 3 additions & 3 deletions spec/metanorma/validate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1136,11 +1136,11 @@
image::spec/assets/1000-2000_fig4.png[]
INPUT
expect(File.read("test.err.html"))
.to include "Image name document-2000_fig1 is expected to be 1000-2000_fig1"
.to include "Image name document-2000_​fig1 is expected to be 1000-2000_​fig1"
expect(File.read("test.err.html"))
.not_to include "Image name 1000-2000_fig2 is expected to be 1000-2000_fig2"
.not_to include "Image name document-2000_​fig2 is expected to be 1000-2000_​fig2"
expect(File.read("test.err.html"))
.to include "Image name 1000-2000_fig4 is expected to be 1000-2000_fig3"
.to include "Image name 1000-2000_​fig4 is expected to be 1000-2000_​fig3"
end

it "warn on wrong image names within tables" do
Expand Down

0 comments on commit 9bf0360

Please sign in to comment.