diff options
| author | Asko Nõmm <ano@ano.ee> | 2022-05-08 12:23:35 +0300 |
|---|---|---|
| committer | Asko Nõmm <ano@ano.ee> | 2022-05-08 12:23:35 +0300 |
| commit | b97891cc45b9a087a372767e25aa36788bc979bf (patch) | |
| tree | 0401ef1f090575c36f9e110eaeb50412e3fd4139 /src/clarktown/matchers/code_block.clj | |
| parent | ff2279150638b43aab4e65b2578a5dbd348e21d8 (diff) | |
Naming improvements, code block matcher test
Diffstat (limited to 'src/clarktown/matchers/code_block.clj')
| -rw-r--r-- | src/clarktown/matchers/code_block.clj | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/clarktown/matchers/code_block.clj b/src/clarktown/matchers/code_block.clj deleted file mode 100644 index 655c951..0000000 --- a/src/clarktown/matchers/code_block.clj +++ /dev/null @@ -1,10 +0,0 @@ -(ns clarktown.matchers.code-block - (:require - [clojure.string :as string])) - - -(defn match? - "Determines whether we're dealing with a code block." - [block] - (and (string/starts-with? block "```") - (string/ends-with? block "```")))
\ No newline at end of file |
