11cb0ef41Sopenharmony_ci[
21cb0ef41Sopenharmony_ci  ["", []],
31cb0ef41Sopenharmony_ci  ["abcd", [105, 183, 29]],
41cb0ef41Sopenharmony_ci  [" abcd", [105, 183, 29]],
51cb0ef41Sopenharmony_ci  ["abcd ", [105, 183, 29]],
61cb0ef41Sopenharmony_ci  [" abcd===", null],
71cb0ef41Sopenharmony_ci  ["abcd=== ", null],
81cb0ef41Sopenharmony_ci  ["abcd ===", null],
91cb0ef41Sopenharmony_ci  ["a", null],
101cb0ef41Sopenharmony_ci  ["ab", [105]],
111cb0ef41Sopenharmony_ci  ["abc", [105, 183]],
121cb0ef41Sopenharmony_ci  ["abcde", null],
131cb0ef41Sopenharmony_ci  ["�", null],
141cb0ef41Sopenharmony_ci  ["=", null],
151cb0ef41Sopenharmony_ci  ["==", null],
161cb0ef41Sopenharmony_ci  ["===", null],
171cb0ef41Sopenharmony_ci  ["====", null],
181cb0ef41Sopenharmony_ci  ["=====", null],
191cb0ef41Sopenharmony_ci  ["a=", null],
201cb0ef41Sopenharmony_ci  ["a==", null],
211cb0ef41Sopenharmony_ci  ["a===", null],
221cb0ef41Sopenharmony_ci  ["a====", null],
231cb0ef41Sopenharmony_ci  ["a=====", null],
241cb0ef41Sopenharmony_ci  ["ab=", null],
251cb0ef41Sopenharmony_ci  ["ab==", [105]],
261cb0ef41Sopenharmony_ci  ["ab===", null],
271cb0ef41Sopenharmony_ci  ["ab====", null],
281cb0ef41Sopenharmony_ci  ["ab=====", null],
291cb0ef41Sopenharmony_ci  ["abc=", [105, 183]],
301cb0ef41Sopenharmony_ci  ["abc==", null],
311cb0ef41Sopenharmony_ci  ["abc===", null],
321cb0ef41Sopenharmony_ci  ["abc====", null],
331cb0ef41Sopenharmony_ci  ["abc=====", null],
341cb0ef41Sopenharmony_ci  ["abcd=", null],
351cb0ef41Sopenharmony_ci  ["abcd==", null],
361cb0ef41Sopenharmony_ci  ["abcd===", null],
371cb0ef41Sopenharmony_ci  ["abcd====", null],
381cb0ef41Sopenharmony_ci  ["abcd=====", null],
391cb0ef41Sopenharmony_ci  ["abcde=", null],
401cb0ef41Sopenharmony_ci  ["abcde==", null],
411cb0ef41Sopenharmony_ci  ["abcde===", null],
421cb0ef41Sopenharmony_ci  ["abcde====", null],
431cb0ef41Sopenharmony_ci  ["abcde=====", null],
441cb0ef41Sopenharmony_ci  ["=a", null],
451cb0ef41Sopenharmony_ci  ["=a=", null],
461cb0ef41Sopenharmony_ci  ["a=b", null],
471cb0ef41Sopenharmony_ci  ["a=b=", null],
481cb0ef41Sopenharmony_ci  ["ab=c", null],
491cb0ef41Sopenharmony_ci  ["ab=c=", null],
501cb0ef41Sopenharmony_ci  ["abc=d", null],
511cb0ef41Sopenharmony_ci  ["abc=d=", null],
521cb0ef41Sopenharmony_ci  ["ab\u000Bcd", null],
531cb0ef41Sopenharmony_ci  ["ab\u3000cd", null],
541cb0ef41Sopenharmony_ci  ["ab\u3001cd", null],
551cb0ef41Sopenharmony_ci  ["ab\tcd", [105, 183, 29]],
561cb0ef41Sopenharmony_ci  ["ab\ncd", [105, 183, 29]],
571cb0ef41Sopenharmony_ci  ["ab\fcd", [105, 183, 29]],
581cb0ef41Sopenharmony_ci  ["ab\rcd", [105, 183, 29]],
591cb0ef41Sopenharmony_ci  ["ab cd", [105, 183, 29]],
601cb0ef41Sopenharmony_ci  ["ab\u00a0cd", null],
611cb0ef41Sopenharmony_ci  ["ab\t\n\f\r cd", [105, 183, 29]],
621cb0ef41Sopenharmony_ci  [" \t\n\f\r ab\t\n\f\r cd\t\n\f\r ", [105, 183, 29]],
631cb0ef41Sopenharmony_ci  ["ab\t\n\f\r =\t\n\f\r =\t\n\f\r ", [105]],
641cb0ef41Sopenharmony_ci  ["A", null],
651cb0ef41Sopenharmony_ci  ["/A", [252]],
661cb0ef41Sopenharmony_ci  ["//A", [255, 240]],
671cb0ef41Sopenharmony_ci  ["///A", [255, 255, 192]],
681cb0ef41Sopenharmony_ci  ["////A", null],
691cb0ef41Sopenharmony_ci  ["/", null],
701cb0ef41Sopenharmony_ci  ["A/", [3]],
711cb0ef41Sopenharmony_ci  ["AA/", [0, 15]],
721cb0ef41Sopenharmony_ci  ["AAAA/", null],
731cb0ef41Sopenharmony_ci  ["AAA/", [0, 0, 63]],
741cb0ef41Sopenharmony_ci  ["\u0000nonsense", null],
751cb0ef41Sopenharmony_ci  ["abcd\u0000nonsense", null],
761cb0ef41Sopenharmony_ci  ["YQ", [97]],
771cb0ef41Sopenharmony_ci  ["YR", [97]],
781cb0ef41Sopenharmony_ci  ["~~", null],
791cb0ef41Sopenharmony_ci  ["..", null],
801cb0ef41Sopenharmony_ci  ["--", null],
811cb0ef41Sopenharmony_ci  ["__", null]
821cb0ef41Sopenharmony_ci]
83