diff options
Diffstat (limited to 'core/testdata/format/codeBlockNoHtmlEscape.md')
-rw-r--r-- | core/testdata/format/codeBlockNoHtmlEscape.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/core/testdata/format/codeBlockNoHtmlEscape.md b/core/testdata/format/codeBlockNoHtmlEscape.md deleted file mode 100644 index a54fc25d..00000000 --- a/core/testdata/format/codeBlockNoHtmlEscape.md +++ /dev/null @@ -1,18 +0,0 @@ -[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> -``` - |