Skip to content

Commit 49acd6d

Browse files
committed
add unit test
1 parent 69d5f46 commit 49acd6d

File tree

4 files changed

+8930
-3825
lines changed

4 files changed

+8930
-3825
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const handledTemplate = handleSource('template', template, options)
120120

121121
处理 style:
122122
```javascript
123-
const style = '.h-\[0\.5px\] {height: 0.5px;}'
123+
const style = '.h-\\[0\\.5px\\] {height: 0.5px;}'
124124
const handledStyle = handleSource('style', style, options)
125125
```
126126

0 commit comments

Comments
 (0)