Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/actions/launchable/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
4 changes: 2 additions & 2 deletions doc/encodings.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ These keyword-value pairs specify encoding options:
- <tt>:xml: nil</tt> (default): No handling for XML entities.
- <tt>:xml: :text</tt>: 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:

- <tt>&</tt> is replaced with <tt>&amp;</tt>.
Expand All @@ -446,7 +446,7 @@ These keyword-value pairs specify encoding options:

- <tt>:xml: :attr</tt>: 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 <tt>r</tt> is double-quoted (<tt>"r"</tt>).
Expand Down