Skip to content

Commit

Permalink
Make all identifiers from NIST Library's allrecords.xml parsable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mico authored and ronaldtse committed Sep 6, 2023
1 parent 2cb9450 commit 68bb2d3
Show file tree
Hide file tree
Showing 4 changed files with 19,610 additions and 7 deletions.
1 change: 1 addition & 0 deletions lib/pubid/nist/parsers/nist_hb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module Pubid::Nist
module Parsers
class NistHb < NbsHb
rule(:number_suffix) { match("[a-zA-Z]") }
end
end
end
Loading

0 comments on commit 68bb2d3

Please sign in to comment.