Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Oct 9, 2023
1 parent 9caeaa0 commit b977aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2".freeze
VERSION = "1.1.3".freeze
end
end
4 changes: 2 additions & 2 deletions spec/metanorma/validate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@
symbol:[que]
INPUT
expect(File.read("test.err.html"))
.to include "Symbol reference in <code>symbol[que]</code> missing:"
.to include "Symbol reference in <code>symbol[que]</code> missing:"

Asciidoctor.convert(<<~"INPUT", *OPTIONS)
#{VALIDATING_BLANK_HDR}
Expand All @@ -1253,7 +1253,7 @@
expect(File.read("test.err.html"))
.not_to include "Error: Term reference to <code>que</code> missing:"
expect(File.read("test.err.html"))
.not_to include "Symbol reference in <code>symbol[que1]</code> missing:"
.not_to include "Symbol reference in <code>symbol[que1]</code> missing:"
end
end
end

0 comments on commit b977aa6

Please sign in to comment.