Commit 180a6709 authored by Yong Tang's avatar Yong Tang Committed by GitHub

Fix readme test by removing extra `~` (#3850)

This PR removing extra `~` as it was causing test failure:
```
--- FAIL: TestReadme (0.05s)
476    readme_test.go:81: Failed to start server with ../plugin/dns64/README.md, for input "Corefile:6 - Error during parsing: Unknown directive 'Or'":
477        . {
478            dns64 64:1337::/96
479        }
480        ~~~~
481
482        Or
483        . {
484            dns64 {
485                prefix 64:1337::/96
486            }
487        }
488FAIL
```
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent aa75e0c2
...@@ -49,7 +49,7 @@ Use a custom prefix. ...@@ -49,7 +49,7 @@ Use a custom prefix.
. { . {
dns64 64:1337::/96 dns64 64:1337::/96
} }
~~~~ ~~~
Or Or
~~~ corefile ~~~ corefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment