Skip to content

Commit

Permalink
Add test for full ASCII unit-address
Browse files Browse the repository at this point in the history
  • Loading branch information
blmaier authored and joelspadin committed Feb 15, 2024
1 parent a2e5e27 commit 2087a5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/corpus/nodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Node addresses
/ {
foo@12345678 {};
bar@deadbeef,abcd1234 {};
baz@xyz-abc_123+456.789 {};
};

---
Expand All @@ -56,6 +57,9 @@ Node addresses
name: (identifier)
address: (unit_address)
)
(node
name: (identifier)
address: (unit_address)
)
)
)

0 comments on commit 2087a5b

Please sign in to comment.