metanorma / pubid-iso

Implementation of ISO pubid
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

PRF stage: error in typed stage name and abbreviation #189

Closed opoudjis closed 1 year ago

opoudjis commented 1 year ago
id = Pubid::Iso::Identifier.create(:number=>"1000", :publisher=>"ISO", :year=>2023, :stage=>:PRF)

id.typed_stage_name == Proof of a new International Standard International Standard

That is incorrect, it should be Proof of a new International Standard

ronaldtse commented 1 year ago

This is also an issue:

id = Pubid::Iso::Identifier.create(:number=>"1000", :publisher=>"ISO", :year=>2023, :stage=>:PRF)
id.typed_stage_abbrev
=> "PRF IS"

The correct one should be: