Skip to content

Commit

Permalink
added two more mailto uri tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLe0n committed Nov 24, 2024
1 parent 7c16956 commit a24727f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testdata/stdlib/Uri/Uri.ddp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Schreibe ("geo:48.33,14.122;u=22.5" als Uri).
Schreibe ("ldap://[2001:db8::7]/c=GB?objectClass?one" als Uri).
Schreibe ("gopher://gopher.floodgap.com" als Uri).
Schreibe ("mailto:[email protected]" als Uri).
Schreibe ("mailto:[email protected],[email protected]" als Uri).
Schreibe ("mailto:[email protected]?subject=Betreff&[email protected]&body=Dies%20ist%20eine%20Textnachricht" als Uri).
Schreibe ("sip:[email protected]" als Uri).
Schreibe ("news:comp.infosystems.www.servers.unix" als Uri).
Schreibe ("data:text/plain;charset=iso-8859-7,%be%fa%be" als Uri).
Expand Down
2 changes: 2 additions & 0 deletions tests/testdata/stdlib/Uri/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ geo:48.33,14.122;u=22.5 | geo | | | | 48.33,14.122;u=22.5 | |
ldap://[2001:db8::7]/c=GB?objectClass?one | ldap | | [2001:db8::7] | | /c=GB | objectClass?one |
gopher://gopher.floodgap.com | gopher | | gopher.floodgap.com | | | |
mailto:[email protected] | mailto | | | | [email protected] | |
mailto:[email protected],[email protected] | mailto | | | | [email protected],[email protected] | |
mailto:[email protected]?subject=Betreff&[email protected]&body=Dies%20ist%20eine%20Textnachricht | mailto | | | | [email protected] | subject=Betreff&[email protected]&body=Dies%20ist%20eine%20Textnachricht |
sip:[email protected] | sip | | | | [email protected] | |
news:comp.infosystems.www.servers.unix | news | | | | comp.infosystems.www.servers.unix | |
data:text/plain;charset=iso-8859-7,%be%fa%be | data | | | | text/plain;charset=iso-8859-7,%be%fa%be | |
Expand Down

0 comments on commit a24727f

Please sign in to comment.