| 
421 | 421 |       ]  | 
422 | 422 |     },  | 
423 | 423 |     {  | 
424 |  | -      "description": "... literal -> quoted-literal -> \"|\" \"|\" ...",  | 
 | 424 | +      "description": "... quoted-literal",  | 
425 | 425 |       "src": "{||}",  | 
426 | 426 |       "exp": ""  | 
427 | 427 |     },  | 
428 | 428 |     {  | 
429 |  | -      "description": "... quoted-literal -> \"|\" quoted-char \"|\"",  | 
 | 429 | +      "description": "... quoted-literal",  | 
430 | 430 |       "src": "{|a|}",  | 
431 | 431 |       "exp": "a"  | 
432 | 432 |     },  | 
433 | 433 |     {  | 
434 |  | -      "description": "... quoted-literal -> \"|\" escaped-char \"|\"",  | 
 | 434 | +      "description": "... quoted-literal",  | 
435 | 435 |       "src": "{|\\\\|}",  | 
436 | 436 |       "exp": "\\"  | 
437 | 437 |     },  | 
438 | 438 |     {  | 
439 |  | -      "description": "... quoted-literal -> \"|\" quoted-char 1*escaped-char \"|\"",  | 
 | 439 | +      "description": "... quoted-literal",  | 
440 | 440 |       "src": "{|a\\\\\\{\\|\\}|}",  | 
441 | 441 |       "exp": "a\\{|}"  | 
442 | 442 |     },  | 
443 | 443 |     {  | 
444 |  | -      "description": "... unquoted-literal -> number-literal -> %x30",  | 
 | 444 | +      "description": "... unquoted-literal",  | 
445 | 445 |       "src": "{0}",  | 
446 | 446 |       "exp": "0"  | 
447 | 447 |     },  | 
448 | 448 |     {  | 
449 |  | -      "description": "... unquoted-literal -> number-literal -> \"-\" %x30",  | 
 | 449 | +      "description": "... unquoted-literal",  | 
450 | 450 |       "src": "{-0}",  | 
451 | 451 |       "exp": "-0"  | 
452 | 452 |     },  | 
453 | 453 |     {  | 
454 |  | -      "description": "... unquoted-literal -> number-literal -> (%x31-39 *DIGIT) -> %x31",  | 
 | 454 | +      "description": "... unquoted-literal",  | 
455 | 455 |       "src": "{1}",  | 
456 | 456 |       "exp": "1"  | 
457 | 457 |     },  | 
458 | 458 |     {  | 
459 |  | -      "description": "... unquoted-literal -> number-literal -> (%x31-39 *DIGIT) -> %x31 DIGIT -> 11",  | 
 | 459 | +      "description": "... unquoted-literal",  | 
460 | 460 |       "src": "{11}",  | 
461 | 461 |       "exp": "11"  | 
462 | 462 |     },  | 
463 | 463 |     {  | 
464 |  | -      "description": "... unquoted-literal -> number-literal -> %x30 \".\" 1*DIGIT -> 0 \".\" 1",  | 
 | 464 | +      "description": "... unquoted-literal",  | 
465 | 465 |       "src": "{0.1}",  | 
466 | 466 |       "exp": "0.1"  | 
467 | 467 |     },  | 
468 | 468 |     {  | 
469 |  | -      "description": "... unquoted-literal -> number-literal -> %x30 \".\" 1*DIGIT -> %x30 \".\" DIGIT DIGIT -> 0 \".\" 1 2",  | 
 | 469 | +      "description": "... unquoted-literal",  | 
470 | 470 |       "src": "{0.12}",  | 
471 | 471 |       "exp": "0.12"  | 
472 | 472 |     },  | 
473 | 473 |     {  | 
474 |  | -      "description": "... unquoted-literal -> number-literal -> %x30 %i\"e\" 1*DIGIT -> %x30 \"e\" DIGIT",  | 
 | 474 | +      "description": "... unquoted-literal",  | 
475 | 475 |       "src": "{0e1}",  | 
476 | 476 |       "exp": "0e1"  | 
477 | 477 |     },  | 
478 | 478 |     {  | 
479 |  | -      "description": "... unquoted-literal -> number-literal -> %x30 %i\"e\" 1*DIGIT -> %x30 \"E\" DIGIT",  | 
 | 479 | +      "description": "... unquoted-literal",  | 
480 | 480 |       "src": "{0E1}",  | 
481 | 481 |       "exp": "0E1"  | 
482 | 482 |     },  | 
483 | 483 |     {  | 
484 |  | -      "description": "... unquoted-literal -> number-literal -> %x30 %i\"e\" \"-\" 1*DIGIT ...",  | 
 | 484 | +      "description": "... unquoted-literal",  | 
485 | 485 |       "src": "{0E-1}",  | 
486 | 486 |       "exp": "0E-1"  | 
487 | 487 |     },  | 
488 | 488 |     {  | 
489 |  | -      "description": "... unquoted-literal -> number-literal -> %x30 %i\"e\" \"+\" 1*DIGIT ...",  | 
 | 489 | +      "description": "... unquoted-literal",  | 
490 | 490 |       "src": "{0E-1}",  | 
491 | 491 |       "exp": "0E-1"  | 
492 | 492 |     },  | 
 | 
0 commit comments