mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Handle IDN domains that went to auction
Both ASCII and unicode should be supported to register a domain.
This commit is contained in:
parent
d39e768e35
commit
d471b273f7
3 changed files with 288 additions and 1 deletions
5
test/fixtures/auctions.yml
vendored
5
test/fixtures/auctions.yml
vendored
|
@ -2,3 +2,8 @@ one:
|
|||
domain: auction.test
|
||||
status: <%= Auction.statuses[:no_bids] %>
|
||||
uuid: 1b3ee442-e8fe-4922-9492-8fcb9dccc69c
|
||||
|
||||
idn:
|
||||
domain: "püramiid.test"
|
||||
status: <%= Auction.statuses[:no_bids] %>
|
||||
uuid: d05455cd-67c9-431e-bdbc-03487da9cbfa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue