OLD | NEW |
(Empty) | |
| 1 :: |
| 2 ! Foo |
| 3 !! Bar |
| 4 ! Baz |
| 5 |
| 6 Foobar :: |
| 7 " Foo |
| 8 " Bar |
| 9 "" Baz |
| 10 |
| 11 :: |
| 12 # Foo |
| 13 # Bar |
| 14 |
| 15 :: |
| 16 $ Foo |
| 17 $ Bar |
| 18 |
| 19 :: |
| 20 % Foo |
| 21 % Bar |
| 22 |
| 23 :: |
| 24 & Foo |
| 25 & Bar |
| 26 |
| 27 :: |
| 28 ' Foo |
| 29 ' Bar |
| 30 |
| 31 :: |
| 32 ( Foo |
| 33 ( Bar |
| 34 |
| 35 :: |
| 36 ) Foo |
| 37 ) Bar |
| 38 |
| 39 :: |
| 40 * Foo |
| 41 * Bar |
| 42 |
| 43 :: |
| 44 + Foo |
| 45 + Bar |
| 46 |
| 47 :: |
| 48 , Foo |
| 49 , Bar |
| 50 |
| 51 :: |
| 52 - Foo |
| 53 - Bar |
| 54 |
| 55 :: |
| 56 . Foo |
| 57 . Bar |
| 58 |
| 59 :: |
| 60 / Foo |
| 61 / Bar |
| 62 |
| 63 :: |
| 64 : Foo |
| 65 : Bar |
| 66 |
| 67 :: |
| 68 ; Foo |
| 69 ; Bar |
| 70 |
| 71 :: |
| 72 < Foo |
| 73 < Bar |
| 74 |
| 75 :: |
| 76 = Foo |
| 77 = Bar |
| 78 |
| 79 :: |
| 80 > Foo |
| 81 > Bar |
| 82 |
| 83 :: |
| 84 ? Foo |
| 85 ? Bar |
| 86 |
| 87 :: |
| 88 @ Foo |
| 89 @ Bar |
| 90 |
| 91 :: |
| 92 [ Foo |
| 93 [ Bar |
| 94 |
| 95 :: |
| 96 \ Foo |
| 97 \ Bar |
| 98 |
| 99 :: |
| 100 ] Foo |
| 101 ] Bar |
| 102 |
| 103 :: |
| 104 ^ Foo |
| 105 ^ Bar |
| 106 |
| 107 :: |
| 108 _ Foo |
| 109 _ Bar |
| 110 |
| 111 :: |
| 112 ` Foo |
| 113 ` Bar |
| 114 |
| 115 :: |
| 116 { Foo |
| 117 { Bar |
| 118 |
| 119 :: |
| 120 | Foo |
| 121 | Bar |
| 122 |
| 123 :: |
| 124 } Foo |
| 125 } Bar |
| 126 |
| 127 :: |
| 128 ~ Foo |
| 129 ~ Bar |
| 130 |
| 131 |
| 132 ---------------------------------------------------- |
| 133 |
| 134 [ |
| 135 ["quoted-literal-block", [ |
| 136 ["literal-block-punctuation", "::"], |
| 137 ["literal-block-punctuation", "!"], " Foo\r\n", |
| 138 ["literal-block-punctuation", "!!"], " Bar\r\n", |
| 139 ["literal-block-punctuation", "!"], " Baz" |
| 140 ]], |
| 141 |
| 142 "\r\n\r\nFoobar ", |
| 143 ["quoted-literal-block", [ |
| 144 ["literal-block-punctuation", "::"], |
| 145 ["literal-block-punctuation", "\""], " Foo\r\n", |
| 146 ["literal-block-punctuation", "\""], " Bar\r\n", |
| 147 ["literal-block-punctuation", "\"\""], " Baz" |
| 148 ]], |
| 149 |
| 150 ["quoted-literal-block", [ |
| 151 ["literal-block-punctuation", "::"], |
| 152 ["literal-block-punctuation", "#"], " Foo\r\n", |
| 153 ["literal-block-punctuation", "#"], " Bar" |
| 154 ]], |
| 155 |
| 156 ["quoted-literal-block", [ |
| 157 ["literal-block-punctuation", "::"], |
| 158 ["literal-block-punctuation", "$"], " Foo\r\n", |
| 159 ["literal-block-punctuation", "$"], " Bar" |
| 160 ]], |
| 161 |
| 162 ["quoted-literal-block", [ |
| 163 ["literal-block-punctuation", "::"], |
| 164 ["literal-block-punctuation", "%"], " Foo\r\n", |
| 165 ["literal-block-punctuation", "%"], " Bar" |
| 166 ]], |
| 167 |
| 168 ["quoted-literal-block", [ |
| 169 ["literal-block-punctuation", "::"], |
| 170 ["literal-block-punctuation", "&"], " Foo\r\n", |
| 171 ["literal-block-punctuation", "&"], " Bar" |
| 172 ]], |
| 173 |
| 174 ["quoted-literal-block", [ |
| 175 ["literal-block-punctuation", "::"], |
| 176 ["literal-block-punctuation", "'"], " Foo\r\n", |
| 177 ["literal-block-punctuation", "'"], " Bar" |
| 178 ]], |
| 179 |
| 180 ["quoted-literal-block", [ |
| 181 ["literal-block-punctuation", "::"], |
| 182 ["literal-block-punctuation", "("], " Foo\r\n", |
| 183 ["literal-block-punctuation", "("], " Bar" |
| 184 ]], |
| 185 |
| 186 ["quoted-literal-block", [ |
| 187 ["literal-block-punctuation", "::"], |
| 188 ["literal-block-punctuation", ")"], " Foo\r\n", |
| 189 ["literal-block-punctuation", ")"], " Bar" |
| 190 ]], |
| 191 |
| 192 ["quoted-literal-block", [ |
| 193 ["literal-block-punctuation", "::"], |
| 194 ["literal-block-punctuation", "*"], " Foo\r\n", |
| 195 ["literal-block-punctuation", "*"], " Bar" |
| 196 ]], |
| 197 |
| 198 ["quoted-literal-block", [ |
| 199 ["literal-block-punctuation", "::"], |
| 200 ["literal-block-punctuation", "+"], " Foo\r\n", |
| 201 ["literal-block-punctuation", "+"], " Bar" |
| 202 ]], |
| 203 |
| 204 ["quoted-literal-block", [ |
| 205 ["literal-block-punctuation", "::"], |
| 206 ["literal-block-punctuation", ","], " Foo\r\n", |
| 207 ["literal-block-punctuation", ","], " Bar" |
| 208 ]], |
| 209 |
| 210 ["quoted-literal-block", [ |
| 211 ["literal-block-punctuation", "::"], |
| 212 ["literal-block-punctuation", "-"], " Foo\r\n", |
| 213 ["literal-block-punctuation", "-"], " Bar" |
| 214 ]], |
| 215 |
| 216 ["quoted-literal-block", [ |
| 217 ["literal-block-punctuation", "::"], |
| 218 ["literal-block-punctuation", "."], " Foo\r\n", |
| 219 ["literal-block-punctuation", "."], " Bar" |
| 220 ]], |
| 221 |
| 222 ["quoted-literal-block", [ |
| 223 ["literal-block-punctuation", "::"], |
| 224 ["literal-block-punctuation", "/"], " Foo\r\n", |
| 225 ["literal-block-punctuation", "/"], " Bar" |
| 226 ]], |
| 227 |
| 228 ["quoted-literal-block", [ |
| 229 ["literal-block-punctuation", "::"], |
| 230 ["literal-block-punctuation", ":"], " Foo\r\n", |
| 231 ["literal-block-punctuation", ":"], " Bar" |
| 232 ]], |
| 233 |
| 234 ["quoted-literal-block", [ |
| 235 ["literal-block-punctuation", "::"], |
| 236 ["literal-block-punctuation", ";"], " Foo\r\n", |
| 237 ["literal-block-punctuation", ";"], " Bar" |
| 238 ]], |
| 239 |
| 240 ["quoted-literal-block", [ |
| 241 ["literal-block-punctuation", "::"], |
| 242 ["literal-block-punctuation", "<"], " Foo\r\n", |
| 243 ["literal-block-punctuation", "<"], " Bar" |
| 244 ]], |
| 245 |
| 246 ["quoted-literal-block", [ |
| 247 ["literal-block-punctuation", "::"], |
| 248 ["literal-block-punctuation", "="], " Foo\r\n", |
| 249 ["literal-block-punctuation", "="], " Bar" |
| 250 ]], |
| 251 |
| 252 ["quoted-literal-block", [ |
| 253 ["literal-block-punctuation", "::"], |
| 254 ["literal-block-punctuation", ">"], " Foo\r\n", |
| 255 ["literal-block-punctuation", ">"], " Bar" |
| 256 ]], |
| 257 |
| 258 ["quoted-literal-block", [ |
| 259 ["literal-block-punctuation", "::"], |
| 260 ["literal-block-punctuation", "?"], " Foo\r\n", |
| 261 ["literal-block-punctuation", "?"], " Bar" |
| 262 ]], |
| 263 |
| 264 ["quoted-literal-block", [ |
| 265 ["literal-block-punctuation", "::"], |
| 266 ["literal-block-punctuation", "@"], " Foo\r\n", |
| 267 ["literal-block-punctuation", "@"], " Bar" |
| 268 ]], |
| 269 |
| 270 ["quoted-literal-block", [ |
| 271 ["literal-block-punctuation", "::"], |
| 272 ["literal-block-punctuation", "["], " Foo\r\n", |
| 273 ["literal-block-punctuation", "["], " Bar" |
| 274 ]], |
| 275 |
| 276 ["quoted-literal-block", [ |
| 277 ["literal-block-punctuation", "::"], |
| 278 ["literal-block-punctuation", "\\"], " Foo\r\n", |
| 279 ["literal-block-punctuation", "\\"], " Bar" |
| 280 ]], |
| 281 |
| 282 ["quoted-literal-block", [ |
| 283 ["literal-block-punctuation", "::"], |
| 284 ["literal-block-punctuation", "]"], " Foo\r\n", |
| 285 ["literal-block-punctuation", "]"], " Bar" |
| 286 ]], |
| 287 |
| 288 ["quoted-literal-block", [ |
| 289 ["literal-block-punctuation", "::"], |
| 290 ["literal-block-punctuation", "^"], " Foo\r\n", |
| 291 ["literal-block-punctuation", "^"], " Bar" |
| 292 ]], |
| 293 |
| 294 ["quoted-literal-block", [ |
| 295 ["literal-block-punctuation", "::"], |
| 296 ["literal-block-punctuation", "_"], " Foo\r\n", |
| 297 ["literal-block-punctuation", "_"], " Bar" |
| 298 ]], |
| 299 |
| 300 ["quoted-literal-block", [ |
| 301 ["literal-block-punctuation", "::"], |
| 302 ["literal-block-punctuation", "`"], " Foo\r\n", |
| 303 ["literal-block-punctuation", "`"], " Bar" |
| 304 ]], |
| 305 |
| 306 ["quoted-literal-block", [ |
| 307 ["literal-block-punctuation", "::"], |
| 308 ["literal-block-punctuation", "{"], " Foo\r\n", |
| 309 ["literal-block-punctuation", "{"], " Bar" |
| 310 ]], |
| 311 |
| 312 ["quoted-literal-block", [ |
| 313 ["literal-block-punctuation", "::"], |
| 314 ["literal-block-punctuation", "|"], " Foo\r\n", |
| 315 ["literal-block-punctuation", "|"], " Bar" |
| 316 ]], |
| 317 |
| 318 ["quoted-literal-block", [ |
| 319 ["literal-block-punctuation", "::"], |
| 320 ["literal-block-punctuation", "}"], " Foo\r\n", |
| 321 ["literal-block-punctuation", "}"], " Bar" |
| 322 ]], |
| 323 |
| 324 ["quoted-literal-block", [ |
| 325 ["literal-block-punctuation", "::"], |
| 326 ["literal-block-punctuation", "~"], " Foo\r\n", |
| 327 ["literal-block-punctuation", "~"], " Bar" |
| 328 ]] |
| 329 ] |
| 330 |
| 331 ---------------------------------------------------- |
| 332 |
| 333 Checks for quoted literal blocks, with every possible character. |
OLD | NEW |