diff options
Diffstat (limited to 'core/testdata/format/backtickInCodeBlock.kt')
-rw-r--r-- | core/testdata/format/backtickInCodeBlock.kt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/testdata/format/backtickInCodeBlock.kt b/core/testdata/format/backtickInCodeBlock.kt deleted file mode 100644 index b457efbd..00000000 --- a/core/testdata/format/backtickInCodeBlock.kt +++ /dev/null @@ -1,9 +0,0 @@ -/** - * bt : `` ` `` - * - * bt+ : ``prefix ` postfix`` - * - * backslash: `\` - */ -fun foo() { -} |