Parent Directory
|
Revision Log
|
Patch
revision 264 by ph10, Tue Nov 13 11:07:16 2007 UTC | revision 265 by ph10, Wed Nov 14 11:35:48 2007 UTC | |
---|---|---|
# | Line 1000 No match | Line 1000 No match |
1000 | abc def\x{442}\x{443}xyz\npqr | abc def\x{442}\x{443}xyz\npqr |
1001 | 0: c d | 0: c d |
1002 | ||
1003 | /[[:^alnum:]]/8g | |
1004 | +\x{2442} | |
1005 | 0: + | |
1006 | 0: \x{2442} | |
1007 | ||
1008 | /[[:^alpha:]]/8g | |
1009 | +\x{2442} | |
1010 | 0: + | |
1011 | 0: \x{2442} | |
1012 | ||
1013 | /[[:^ascii:]]/8g | |
1014 | A\x{442} | |
1015 | 0: \x{442} | |
1016 | ||
1017 | /[[:^blank:]]/8g | |
1018 | A\x{442} | |
1019 | 0: A | |
1020 | 0: \x{442} | |
1021 | ||
1022 | /[[:^cntrl:]]/8g | |
1023 | A\x{442} | |
1024 | 0: A | |
1025 | 0: \x{442} | |
1026 | ||
1027 | /[[:^digit:]]/8g | |
1028 | A\x{442} | |
1029 | 0: A | |
1030 | 0: \x{442} | |
1031 | ||
1032 | /[[:^graph:]]/8g | |
1033 | \x19\x{e01ff} | |
1034 | 0: \x{19} | |
1035 | 0: \x{e01ff} | |
1036 | ||
1037 | /[[:^lower:]]/8g | |
1038 | A\x{422} | |
1039 | 0: A | |
1040 | 0: \x{422} | |
1041 | ||
1042 | /[[:^print:]]/8g | |
1043 | \x{19}\x{e01ff} | |
1044 | 0: \x{19} | |
1045 | 0: \x{e01ff} | |
1046 | ||
1047 | /[[:^punct:]]/8g | |
1048 | A\x{442} | |
1049 | 0: A | |
1050 | 0: \x{442} | |
1051 | ||
1052 | /[[:^space:]]/8g | |
1053 | A\x{442} | |
1054 | 0: A | |
1055 | 0: \x{442} | |
1056 | ||
1057 | /[[:^upper:]]/8g | |
1058 | a\x{442} | |
1059 | 0: a | |
1060 | 0: \x{442} | |
1061 | ||
1062 | /[[:^word:]]/8g | |
1063 | +\x{2442} | |
1064 | 0: + | |
1065 | 0: \x{2442} | |
1066 | ||
1067 | /[[:^xdigit:]]/8g | |
1068 | M\x{442} | |
1069 | 0: M | |
1070 | 0: \x{442} | |
1071 | ||
1072 | / End of testinput4 / | / End of testinput4 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |