Skip to content

Commit 64100d3

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent be19fb0 commit 64100d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

enginetest/queries/script_queries.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7165,7 +7165,7 @@ where
71657165
},
71667166
},
71677167
{
7168-
Name: "charset validation strict vs non-strict mode",
7168+
Name: "charset validation strict vs non-strict mode",
71697169
Dialect: "mysql",
71707170
SetUpScript: []string{
71717171
"create table charset_test (c char(10), v varchar(10), txt text) character set utf8mb4;",
@@ -7230,7 +7230,7 @@ where
72307230
},
72317231
},
72327232
{
7233-
Name: "charset validation issue #8893 - customer scenario",
7233+
Name: "charset validation issue #8893 - customer scenario",
72347234
Dialect: "mysql",
72357235
SetUpScript: []string{
72367236
"create table products (id int primary key, name text character set utf8mb4);",
@@ -7267,7 +7267,7 @@ where
72677267
},
72687268
},
72697269
{
7270-
Name: "charset validation edge cases - formatInvalidByteForError testing",
7270+
Name: "charset validation edge cases - formatInvalidByteForError testing",
72717271
Dialect: "mysql",
72727272
SetUpScript: []string{
72737273
"create table charset_edge_test (c char(10), v varchar(20), t text);",
@@ -7369,7 +7369,7 @@ where
73697369
Query: "insert into charset_edge_test(c) values (UNHEX('446F6C744C6162AE'));",
73707370
ExpectedErrStr: "Incorrect string value: '\\xAE' for column 'c' at row 1",
73717371
},
7372-
7372+
73737373
// NON-STRICT MODE TESTS (should truncate)
73747374
{
73757375
Query: "set sql_mode = '';",
@@ -7409,7 +7409,7 @@ where
74097409
},
74107410
},
74117411
{
7412-
Name: "charset validation ASCII range tests",
7412+
Name: "charset validation ASCII range tests",
74137413
Dialect: "mysql",
74147414
SetUpScript: []string{
74157415
"create table ascii_test (c char(10), v varchar(20), t text);",

0 commit comments

Comments
 (0)