mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
Unify the case, punctuation and name of test case keywords so they can be more easily selected or skipped when desired. Add a few keywords that were missing. Fix a couple of typos in test names.
24 lines
197 B
Plaintext
24 lines
197 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
DOH
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
DoH
|
|
</features>
|
|
<name>
|
|
DoH parsing
|
|
</name>
|
|
</client>
|
|
</testcase>
|