Add test for full ASCII unit-address

pull/642/head
Brandon Maier 2024-02-14 17:33:10 +07:00 committed by Joel Spadin
parent a2e5e275d8
commit 2087a5b965
1 changed files with 5 additions and 1 deletions

@ -42,6 +42,7 @@ Node addresses
/ {
foo@12345678 {};
bar@deadbeef,abcd1234 {};
baz@xyz-abc_123+456.789 {};
};
---
@ -56,6 +57,9 @@ Node addresses
name: (identifier)
address: (unit_address)
)
(node
name: (identifier)
address: (unit_address)
)
)
)