summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-16 14:51:20 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-16 17:42:16 +0100
commita677ccd2966d9c9cb9458586eaacee33055896b2 (patch)
tree2bb3e8d1ff02b9d6842877b34511ea376d823217 /dev-haskell/tasty-expected-failure/metadata.xml
parentmedia-fonts/ja-ipafonts: EAPI-7 bump (diff)
downloadgentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.tar.gz
gentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.tar.bz2
gentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.zip
*/*: Normalize metadata.xml files
Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-haskell/tasty-expected-failure/metadata.xml')
-rw-r--r--dev-haskell/tasty-expected-failure/metadata.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-haskell/tasty-expected-failure/metadata.xml b/dev-haskell/tasty-expected-failure/metadata.xml
index 38e4a3a924f5..c1dbe8030a14 100644
--- a/dev-haskell/tasty-expected-failure/metadata.xml
+++ b/dev-haskell/tasty-expected-failure/metadata.xml
@@ -6,20 +6,20 @@
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
- With the function &#39;Test.Tasty.ExpectedFailure.expectFail&#39; in the provided module
- &quot;Test.Tasty.ExpectedFailure&quot;, you can mark that you expect test cases to fail,
+ With the function 'Test.Tasty.ExpectedFailure.expectFail' in the provided module
+ "Test.Tasty.ExpectedFailure", you can mark that you expect test cases to fail,
and not to pass.
This can for example be used for test-driven development: Create the tests,
- mark them with &#39;Test.Tasty.ExpectedFailure.expectFail&#39;, and you can still push
+ mark them with 'Test.Tasty.ExpectedFailure.expectFail', and you can still push
to the main branch, without your continuous integration branch failing.
Once someone implements the feature or fixes the bug (maybe unknowingly), the
test suite will tell him so, due to the now unexpectedly passing test, and he
- can remove the &#39;Test.Tasty.ExpectedFailure.expectFail&#39; marker.
+ can remove the 'Test.Tasty.ExpectedFailure.expectFail' marker.
- The module also provides &#39;Test.Tasty.ExpectedFailure.ignoreTest&#39; to avoid
+ The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to avoid
running a test. Both funtions are implemented via the more general
- &#39;Test.Tasty.ExpectedFailure.warpTest&#39;, which is also provided.
+ 'Test.Tasty.ExpectedFailure.warpTest', which is also provided.
</longdescription>
</pkgmetadata>