aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/codeBlockNoHtmlEscape.md
blob: a54fc25d6f407dafb45934258e1648e93d3cba0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[test](../index.md) / [hackTheArithmetic](./hack-the-arithmetic.md)

# hackTheArithmetic

`fun hackTheArithmetic(): Unit`

Try to make this check pass

```
if(1 > 2)
```

Or just piece of html

```
<p>1 = 3</p>
```