tidy-html5/regression_testing/cases/legacy-expects/case-445557.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

29 lines
1,008 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<!-- the original document had  - I changed that to &ndash; - then &#150; -->
<head>
<title>[ #445557 ] Convert Symbol font chars to Unicode</title>
<style type="text/css">
span.c1 {font-family: Symbol}
</style>
</head>
<body>
<p>The predicate calculus has a number of theorems and axioms for
proving logical statements. Here are the main symbols used in
predicate calculus:</p>
<p>P(x) &#8211; proposition &#8211; a logical statement in the
condition x.</p>
<p>x &#8211; any condition <strong>in the set of possible
conditions</strong>.</p>
<p>c &#8211; a particular condition <strong>in the set of
possible conditions</strong>.</p>
<p><span class="c1">"</span> &#8211; "For every"</p>
<p><span class="c1">$</span> &#8211; "Exists"</p>
<p><span class="c1">®</span> &#8211; Implication</p>
<p><span class="c1">Ù</span> &#8211; Conjunction (logical
and)</p>
<p><span class="c1">Ú</span> &#8211; Disjunction (logical
or)</p>
</body>
</html>