Skip to content

Commit 025005d

Browse files
committed
Add syntax highlighting
1 parent 1a869ad commit 025005d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ the test suite whenever you save new changes.
2929
```bash
3030
$ lein test-refresh
3131
```
32+
3233
## Running the clojurescript tests
3334

3435
First, make sure you haev node 23 or greater.
@@ -105,7 +106,7 @@ bb new-test clojure.string/includes?
105106

106107
The test file will look like the following:
107108

108-
```
109+
```clojure
109110
(ns clojure.core-test.foo
110111
(:require [clojure.test :as t :refer [deftest testing is are]]
111112
[clojure.core-test.portability #?(:cljs :refer-macros :default :refer) [when-var-exists]]))
@@ -143,4 +144,3 @@ The complete set of conversions of characters to names is:
143144
- ">" -> "gt"
144145
- "=" -> "eq"
145146
- "%" -> "percent"))
146-

0 commit comments

Comments
 (0)