We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c9518 commit a2d03cbCopy full SHA for a2d03cb
filter_test.go
@@ -119,6 +119,11 @@ var testFilters = []compileTest{
119
expectedType: 0,
120
expectedErr: "unexpected end of filter",
121
},
122
+ compileTest{
123
+ filterStr: `(&(objectclass=inetorgperson)(cn=中文))`,
124
+ expectedFilter: `(&(objectclass=inetorgperson)(cn=\c3\a4\c2\b8\c2\ad\c3\a6\c2\96\c2\87))`,
125
+ expectedType: 0,
126
+ },
127
// compileTest{ filterStr: "()", filterType: FilterExtensibleMatch },
128
}
129
0 commit comments