fix(typos): typos caught more typos :3
Some typos where not a typo tho, just a test T-T. This fixes it.
This commit is contained in:
parent
c038b68ecb
commit
2b953c4b75
3 changed files with 6 additions and 6 deletions
|
@ -138,7 +138,7 @@ let
|
||||||
in
|
in
|
||||||
lib.mkIf cfg.enable {
|
lib.mkIf cfg.enable {
|
||||||
# warnings =
|
# warnings =
|
||||||
# lib.optional (!config.services.bind.enable) "`webnsupdate` is expected to be used alongside `bind`. This is an unsopported configuration.";
|
# lib.optional (!config.services.bind.enable) "`webnsupdate` is expected to be used alongside `bind`. This is an unsupported configuration.";
|
||||||
assertions = [
|
assertions = [
|
||||||
{
|
{
|
||||||
assertion =
|
assertion =
|
||||||
|
|
|
@ -256,7 +256,7 @@ mod test {
|
||||||
let err = verify(
|
let err = verify(
|
||||||
"\
|
"\
|
||||||
example.com.\n\
|
example.com.\n\
|
||||||
name.this-is-not-aßcii.example.org.\n\
|
name.this-is-not-ascii-ß.example.org.\n\
|
||||||
example.net.\n\
|
example.net.\n\
|
||||||
subdomain.example.com.\n\
|
subdomain.example.com.\n\
|
||||||
",
|
",
|
||||||
|
|
|
@ -6,9 +6,9 @@ expression: out
|
||||||
]8;;https://en.wikipedia.org/wiki/Hostname#Syntax\(link)]8;;\
|
]8;;https://en.wikipedia.org/wiki/Hostname#Syntax\(link)]8;;\
|
||||||
|
|
||||||
× invalid octet: '\xc3'
|
× invalid octet: '\xc3'
|
||||||
╭─[test_records_invalid:2:19]
|
╭─[test_records_invalid:2:24]
|
||||||
1 │ example.com.
|
1 │ example.com.
|
||||||
2 │ name.this-is-not-aßcii.example.org.
|
2 │ name.this-is-not-ascii-ß.example.org.
|
||||||
· ┬
|
· ┬
|
||||||
· ╰── octet
|
· ╰── octet
|
||||||
3 │ example.net.
|
3 │ example.net.
|
||||||
|
|
Loading…
Reference in a new issue