diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml index 3a939452a36bd1..54f1abd97a35a0 100644 --- a/.github/actions/launchable/setup/action.yml +++ b/.github/actions/launchable/setup/action.yml @@ -182,12 +182,6 @@ runs: --flavor workflow="${{ github.workflow }}" \ --test-suite ${suite} \ ) - launchable subset \ - --get-tests-from-previous-sessions \ - --non-blocking \ - --target 90% \ - --session "${session}" \ - raw > /dev/null echo "${target}_session=${session}" >> $GITHUB_OUTPUT } diff --git a/doc/encodings.rdoc b/doc/encodings.rdoc index eaee2efd62b46a..bd87c38e9e7df1 100644 --- a/doc/encodings.rdoc +++ b/doc/encodings.rdoc @@ -437,7 +437,7 @@ These keyword-value pairs specify encoding options: - :xml: nil (default): No handling for XML entities. - :xml: :text: Treat source text as XML; replace each undefined character - with its upper-case hexdecimal numeric character reference, + with its upper-case hexadecimal numeric character reference, except that: - & is replaced with &. @@ -446,7 +446,7 @@ These keyword-value pairs specify encoding options: - :xml: :attr: Treat source text as XML attribute value; replace each undefined character - with its upper-case hexdecimal numeric character reference, + with its upper-case hexadecimal numeric character reference, except that: - The replacement string r is double-quoted ("r").