Skip to content

Commit 8d60bb7

Browse files
committed
remove only
1 parent c5b38c6 commit 8d60bb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/insert.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('insert', () => {
135135
})
136136

137137
describe('support ascii pnCtrl single-char', () => {
138-
it.only('should support ascii pnCtrl', () => {
138+
it('should support ascii pnCtrl', () => {
139139
// 0~31及127(共33个)是控制字符或通信专用字符 \0-\x1F和\x7f in ascii, ETX ascii code is 0x03
140140
const sql = `INSERT INTO posts (content) VALUES('\\'s ')`
141141
const ast = parser.astify(sql)

0 commit comments

Comments
 (0)