---
source: crates/math-core-cli/tests/cli.rs
info:
program: mathcore
args:
- "-"
stdin: "$a < b$ and $x > y$\n"
---
success: true
exit_code: 0
----- stdout -----
<math><mi>a</mi><mo><</mo><mi>b</mi></math> and <math><mi>x</mi><mo>></mo><mi>y</mi></math>
----- stderr -----