aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/backtickInCodeBlock.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/backtickInCodeBlock.kt')
-rw-r--r--core/testdata/format/backtickInCodeBlock.kt9
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() {
-}