bibtex-ruby 2.0.0pre1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bibtex-ruby might be problematic. Click here for more details.

Files changed (44) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +1 -1
  3. data/History.txt +14 -1
  4. data/Rakefile.compiled.rbc +351 -260
  5. data/features/step_definitions/bibtex_steps.rbc +31 -16
  6. data/features/step_definitions/name_steps.rbc +1 -1
  7. data/features/support/env.rbc +1 -1
  8. data/lib/bibtex.rbc +58 -42
  9. data/lib/bibtex/bibliography.rb +3 -1
  10. data/lib/bibtex/bibliography.rbc +1623 -693
  11. data/lib/bibtex/compatibility.rbc +1 -1
  12. data/lib/bibtex/elements.rb +1 -1
  13. data/lib/bibtex/elements.rbc +855 -413
  14. data/lib/bibtex/entry.rbc +6115 -3111
  15. data/lib/bibtex/error.rb +2 -1
  16. data/lib/bibtex/error.rbc +258 -43
  17. data/lib/bibtex/extensions.rbc +1 -1
  18. data/lib/bibtex/filters.rbc +1 -1
  19. data/lib/bibtex/filters/latex.rbc +1 -1
  20. data/lib/bibtex/lexer.rbc +396 -449
  21. data/lib/bibtex/name_parser.rbc +152 -509
  22. data/lib/bibtex/names.rbc +979 -425
  23. data/lib/bibtex/parser.rbc +3 -3
  24. data/lib/bibtex/replaceable.rbc +1 -1
  25. data/lib/bibtex/utilities.rbc +1 -1
  26. data/lib/bibtex/value.rb +1 -1
  27. data/lib/bibtex/value.rbc +267 -299
  28. data/lib/bibtex/version.rb +1 -1
  29. data/lib/bibtex/version.rbc +2 -2
  30. data/test/bibtex/test_bibliography.rbc +1055 -184
  31. data/test/bibtex/test_elements.rbc +696 -66
  32. data/test/bibtex/test_entry.rbc +9118 -3743
  33. data/test/bibtex/test_filters.rbc +17 -17
  34. data/test/bibtex/test_lexer.rbc +5 -5
  35. data/test/bibtex/test_name_parser.rbc +11 -11
  36. data/test/bibtex/test_names.rbc +13 -13
  37. data/test/bibtex/test_parser.rbc +72 -87
  38. data/test/bibtex/test_string.rbc +15 -15
  39. data/test/bibtex/test_utilities.rbc +1 -1
  40. data/test/bibtex/test_value.rbc +67 -67
  41. data/test/helper.rbc +20 -36
  42. data/test/test_bibtex.rbc +96 -186
  43. data/test/test_export.rbc +44 -57
  44. metadata +14 -14
@@ -1,5 +1,5 @@
1
1
  !RBIX
2
- 9595534255132031488
2
+ 16846133056282117387
3
3
  x
4
4
  M
5
5
  1
@@ -2199,9 +2199,9 @@ s
2199
2199
  end
2200
2200
 
2201
2201
  s
2202
- 105
2202
+ 115
2203
2203
  def _reduce_3(val, _values, result)
2204
- result = BibTeX::Bibliography.new << val[0]
2204
+ result = BibTeX::Bibliography.new(@options) << val[0]
2205
2205
  result
2206
2206
  end
2207
2207
 
@@ -1,5 +1,5 @@
1
1
  !RBIX
2
- 9595534255132031488
2
+ 16846133056282117387
3
3
  x
4
4
  M
5
5
  1
@@ -1,5 +1,5 @@
1
1
  !RBIX
2
- 9595534255132031488
2
+ 16846133056282117387
3
3
  x
4
4
  M
5
5
  1
@@ -52,7 +52,7 @@ module BibTeX
52
52
  attr_reader :tokens
53
53
  alias to_a tokens
54
54
 
55
- def_delegators :to_s, :=~, :===, *String.instance_methods(false).reject { |m| m =~ /^\W|^length$|!$/ }
55
+ def_delegators :to_s, :=~, :===, *String.instance_methods(false).reject { |m| m =~ /^\W|^length$|^dup$|!$/ }
56
56
  def_delegators :@tokens, :[], :length
57
57
 
58
58
  def initialize(*arguments)
@@ -1,5 +1,5 @@
1
1
  !RBIX
2
- 9595534255132031488
2
+ 16846133056282117387
3
3
  x
4
4
  M
5
5
  1
@@ -139,7 +139,7 @@ x
139
139
  5
140
140
  Value
141
141
  i
142
- 550
142
+ 512
143
143
  5
144
144
  66
145
145
  5
@@ -185,122 +185,84 @@ i
185
185
  11
186
186
  7
187
187
  12
188
- 7
188
+ 45
189
189
  13
190
- 7
191
190
  14
192
- 7
191
+ 3
192
+ 49
193
193
  15
194
- 7
194
+ 1
195
+ 56
195
196
  16
196
- 7
197
+ 50
197
198
  17
198
- 7
199
- 18
200
- 7
201
- 19
202
- 7
203
- 20
204
- 7
205
- 21
206
- 7
207
- 22
208
- 7
209
- 23
210
- 7
211
- 24
212
- 7
213
- 25
214
- 7
215
- 26
216
- 7
217
- 27
218
- 7
219
- 28
220
- 7
221
- 29
222
- 7
223
- 30
224
- 7
225
- 31
226
- 7
227
- 32
228
- 7
229
- 33
230
- 7
231
- 34
232
- 7
233
- 35
234
- 7
199
+ 0
235
200
  36
236
- 7
237
- 37
238
- 7
239
- 38
201
+ 1
240
202
  47
241
- 49
242
- 39
243
- 29
203
+ 51
204
+ 18
205
+ 3
244
206
  15
245
207
  5
246
208
  7
247
- 40
209
+ 19
248
210
  7
249
- 41
211
+ 20
250
212
  7
251
- 42
213
+ 21
252
214
  47
253
215
  49
254
- 39
216
+ 18
255
217
  3
256
218
  15
257
219
  99
258
220
  7
259
- 43
221
+ 22
260
222
  7
261
- 44
223
+ 23
262
224
  65
263
225
  67
264
226
  49
265
- 45
227
+ 24
266
228
  0
267
229
  49
268
- 46
230
+ 25
269
231
  4
270
232
  15
271
233
  99
272
234
  7
273
- 47
235
+ 26
274
236
  7
275
- 48
237
+ 27
276
238
  65
277
239
  67
278
240
  49
279
- 45
241
+ 24
280
242
  0
281
243
  49
282
- 46
244
+ 25
283
245
  4
284
246
  15
285
247
  99
286
248
  7
287
- 49
249
+ 28
288
250
  7
289
- 50
251
+ 29
290
252
  65
291
253
  67
292
254
  49
293
- 45
255
+ 24
294
256
  0
295
257
  49
296
- 46
258
+ 25
297
259
  4
298
260
  15
299
261
  65
300
262
  7
301
- 51
263
+ 30
302
264
  7
303
- 49
265
+ 28
304
266
  47
305
267
  49
306
268
  9
@@ -308,99 +270,99 @@ i
308
270
  15
309
271
  65
310
272
  7
311
- 52
273
+ 31
312
274
  7
313
- 49
275
+ 28
314
276
  47
315
277
  49
316
278
  9
317
279
  2
318
280
  15
319
281
  7
320
- 53
282
+ 32
321
283
  7
322
- 54
284
+ 33
323
285
  7
324
- 55
286
+ 34
325
287
  7
326
- 56
288
+ 35
327
289
  7
328
- 57
290
+ 36
329
291
  7
330
- 58
292
+ 37
331
293
  7
332
- 59
294
+ 38
333
295
  7
334
- 60
296
+ 39
335
297
  35
336
298
  8
337
299
  56
338
- 61
300
+ 40
339
301
  50
340
- 62
302
+ 41
341
303
  0
342
304
  15
343
305
  99
344
306
  7
345
- 63
307
+ 42
346
308
  7
347
- 64
309
+ 43
348
310
  65
349
311
  67
350
312
  49
351
- 45
313
+ 24
352
314
  0
353
315
  49
354
- 46
316
+ 25
355
317
  4
356
318
  15
357
319
  99
358
320
  7
359
- 65
321
+ 44
360
322
  7
361
- 66
323
+ 45
362
324
  65
363
325
  67
364
326
  49
365
- 45
327
+ 24
366
328
  0
367
329
  49
368
- 46
330
+ 25
369
331
  4
370
332
  15
371
333
  99
372
334
  7
373
335
  10
374
336
  7
375
- 67
337
+ 46
376
338
  65
377
339
  67
378
340
  49
379
- 45
341
+ 24
380
342
  0
381
343
  49
382
- 46
344
+ 25
383
345
  4
384
346
  15
385
347
  99
386
348
  7
387
- 68
349
+ 47
388
350
  7
389
- 69
351
+ 48
390
352
  65
391
353
  67
392
354
  49
393
- 45
355
+ 24
394
356
  0
395
357
  49
396
- 46
358
+ 25
397
359
  4
398
360
  15
399
361
  65
400
362
  7
401
- 70
363
+ 49
402
364
  7
403
- 68
365
+ 47
404
366
  47
405
367
  49
406
368
  9
@@ -408,51 +370,51 @@ i
408
370
  15
409
371
  99
410
372
  7
411
- 71
373
+ 50
412
374
  7
413
- 72
375
+ 51
414
376
  65
415
377
  67
416
378
  49
417
- 45
379
+ 24
418
380
  0
419
381
  49
420
- 46
382
+ 25
421
383
  4
422
384
  15
423
385
  99
424
386
  7
425
- 73
387
+ 52
426
388
  7
427
- 74
389
+ 53
428
390
  65
429
391
  67
430
392
  49
431
- 45
393
+ 24
432
394
  0
433
395
  49
434
- 46
396
+ 25
435
397
  4
436
398
  15
437
399
  99
438
400
  7
439
- 75
401
+ 54
440
402
  7
441
- 76
403
+ 55
442
404
  65
443
405
  67
444
406
  49
445
- 45
407
+ 24
446
408
  0
447
409
  49
448
- 46
410
+ 25
449
411
  4
450
412
  15
451
413
  65
452
414
  7
453
- 77
415
+ 56
454
416
  7
455
- 75
417
+ 54
456
418
  47
457
419
  49
458
420
  9
@@ -460,9 +422,9 @@ i
460
422
  15
461
423
  65
462
424
  7
463
- 78
425
+ 57
464
426
  7
465
- 75
427
+ 54
466
428
  47
467
429
  49
468
430
  9
@@ -470,23 +432,23 @@ i
470
432
  15
471
433
  99
472
434
  7
473
- 79
435
+ 58
474
436
  7
475
- 80
437
+ 59
476
438
  65
477
439
  67
478
440
  49
479
- 45
441
+ 24
480
442
  0
481
443
  49
482
- 46
444
+ 25
483
445
  4
484
446
  15
485
447
  65
486
448
  7
487
- 81
449
+ 60
488
450
  7
489
- 79
451
+ 58
490
452
  47
491
453
  49
492
454
  9
@@ -494,23 +456,23 @@ i
494
456
  15
495
457
  99
496
458
  7
497
- 82
459
+ 61
498
460
  7
499
- 83
461
+ 62
500
462
  65
501
463
  67
502
464
  49
503
- 45
465
+ 24
504
466
  0
505
467
  49
506
- 46
468
+ 25
507
469
  4
508
470
  15
509
471
  65
510
472
  7
511
- 84
473
+ 63
512
474
  7
513
- 82
475
+ 61
514
476
  47
515
477
  49
516
478
  9
@@ -518,37 +480,37 @@ i
518
480
  15
519
481
  99
520
482
  7
521
- 85
483
+ 64
522
484
  7
523
- 86
485
+ 65
524
486
  65
525
487
  67
526
488
  49
527
- 45
489
+ 24
528
490
  0
529
491
  49
530
- 46
492
+ 25
531
493
  4
532
494
  15
533
495
  99
534
496
  7
535
- 87
497
+ 66
536
498
  7
537
- 88
499
+ 67
538
500
  65
539
501
  67
540
502
  49
541
- 45
503
+ 24
542
504
  0
543
505
  49
544
- 46
506
+ 25
545
507
  4
546
508
  15
547
509
  65
548
510
  7
549
- 89
511
+ 68
550
512
  7
551
- 87
513
+ 66
552
514
  47
553
515
  49
554
516
  9
@@ -556,37 +518,37 @@ i
556
518
  15
557
519
  99
558
520
  7
559
- 90
521
+ 69
560
522
  7
561
- 91
523
+ 70
562
524
  65
563
525
  67
564
526
  49
565
- 45
527
+ 24
566
528
  0
567
529
  49
568
- 46
530
+ 25
569
531
  4
570
532
  15
571
533
  99
572
534
  7
573
- 92
535
+ 71
574
536
  7
575
- 93
537
+ 72
576
538
  65
577
539
  67
578
540
  49
579
- 45
541
+ 24
580
542
  0
581
543
  49
582
- 46
544
+ 25
583
545
  4
584
546
  15
585
547
  65
586
548
  7
587
- 94
549
+ 73
588
550
  7
589
- 92
551
+ 71
590
552
  47
591
553
  49
592
554
  9
@@ -594,104 +556,104 @@ i
594
556
  15
595
557
  99
596
558
  7
597
- 95
559
+ 74
598
560
  7
599
- 96
561
+ 75
600
562
  65
601
563
  67
602
564
  49
603
- 45
565
+ 24
604
566
  0
605
567
  49
606
- 46
568
+ 25
607
569
  4
608
570
  15
609
571
  99
610
572
  7
611
- 97
573
+ 76
612
574
  7
613
- 98
575
+ 77
614
576
  65
615
577
  67
616
578
  49
617
- 45
579
+ 24
618
580
  0
619
581
  49
620
- 46
582
+ 25
621
583
  4
622
584
  15
623
585
  99
624
586
  7
625
- 99
587
+ 78
626
588
  7
627
- 100
589
+ 79
628
590
  65
629
591
  67
630
592
  49
631
- 45
593
+ 24
632
594
  0
633
595
  49
634
- 46
596
+ 25
635
597
  4
636
598
  15
637
599
  99
638
600
  7
639
- 101
601
+ 80
640
602
  7
641
- 102
603
+ 81
642
604
  65
643
605
  67
644
606
  49
645
- 45
607
+ 24
646
608
  0
647
609
  49
648
- 46
610
+ 25
649
611
  4
650
612
  15
651
613
  99
652
614
  7
653
- 103
615
+ 82
654
616
  7
655
- 104
617
+ 83
656
618
  65
657
619
  67
658
620
  49
659
- 45
621
+ 24
660
622
  0
661
623
  49
662
- 46
624
+ 25
663
625
  4
664
626
  15
665
627
  99
666
628
  7
667
- 105
629
+ 84
668
630
  7
669
- 106
631
+ 85
670
632
  65
671
633
  67
672
634
  49
673
- 45
635
+ 24
674
636
  0
675
637
  49
676
- 46
638
+ 25
677
639
  4
678
640
  15
679
641
  99
680
642
  7
681
- 107
643
+ 86
682
644
  7
683
- 108
645
+ 87
684
646
  65
685
647
  67
686
648
  49
687
- 45
649
+ 24
688
650
  0
689
651
  49
690
- 46
652
+ 25
691
653
  4
692
654
  11
693
655
  I
694
- 1e
656
+ 8
695
657
  I
696
658
  0
697
659
  I
@@ -700,7 +662,7 @@ I
700
662
  0
701
663
  n
702
664
  p
703
- 109
665
+ 88
704
666
  x
705
667
  11
706
668
  Forwardable
@@ -731,89 +693,103 @@ x
731
693
  4
732
694
  to_s
733
695
  x
734
- 6
735
- empty?
736
- x
737
696
  2
738
697
  =~
739
698
  x
740
- 5
741
- match
742
- x
743
- 6
744
- intern
699
+ 3
700
+ ===
745
701
  x
746
702
  6
747
- to_sym
748
- x
749
- 4
750
- to_i
703
+ String
704
+ n
751
705
  x
752
- 4
753
- to_f
706
+ 16
707
+ instance_methods
708
+ M
709
+ 1
710
+ p
711
+ 2
754
712
  x
755
713
  9
756
- end_with?
757
- x
758
- 11
759
- start_with?
760
- x
761
- 8
762
- include?
763
- x
764
- 6
765
- upcase
766
- x
767
- 8
768
- downcase
714
+ for_block
715
+ t
716
+ n
769
717
  x
718
+ 5
719
+ Value
720
+ i
721
+ 28
722
+ 57
723
+ 19
724
+ 0
725
+ 15
726
+ 20
727
+ 0
770
728
  7
771
- reverse
772
- x
729
+ 0
730
+ 13
731
+ 70
732
+ 9
733
+ 24
734
+ 15
735
+ 44
736
+ 43
737
+ 1
738
+ 7
739
+ 2
740
+ 78
741
+ 49
742
+ 3
743
+ 2
744
+ 6
745
+ 0
746
+ 49
773
747
  4
774
- chop
775
- x
748
+ 1
749
+ 11
750
+ I
751
+ 6
752
+ I
753
+ 1
754
+ I
755
+ 1
756
+ I
757
+ 1
758
+ n
759
+ p
776
760
  5
777
- chomp
761
+ n
778
762
  x
779
763
  6
780
- rstrip
781
- x
782
- 4
783
- gsub
764
+ Regexp
765
+ s
766
+ 21
767
+ ^\W|^length$|^dup$|!$
784
768
  x
785
769
  3
786
- sub
787
- x
788
- 4
789
- size
790
- x
791
- 5
792
- strip
770
+ new
793
771
  x
794
- 4
795
- succ
772
+ 2
773
+ =~
774
+ p
775
+ 3
776
+ I
777
+ 0
778
+ I
779
+ 37
780
+ I
781
+ 1c
796
782
  x
797
- 4
798
- to_c
783
+ 53
784
+ /Users/sylvester/Work/bibtex-ruby/lib/bibtex/value.rb
785
+ p
786
+ 1
799
787
  x
800
- 4
801
- to_r
788
+ 1
789
+ m
802
790
  x
803
791
  6
804
- to_str
805
- x
806
- 5
807
- split
808
- x
809
- 9
810
- each_byte
811
- x
812
- 9
813
- each_char
814
- x
815
- 9
816
- each_line
792
+ reject
817
793
  x
818
794
  14
819
795
  def_delegators
@@ -1370,9 +1346,8 @@ x
1370
1346
  5
1371
1347
  Value
1372
1348
  i
1373
- 29
1349
+ 28
1374
1350
  59
1375
- 36
1376
1351
  19
1377
1352
  0
1378
1353
  15
@@ -1380,7 +1355,7 @@ i
1380
1355
  13
1381
1356
  70
1382
1357
  10
1383
- 17
1358
+ 16
1384
1359
  44
1385
1360
  43
1386
1361
  0
@@ -1533,15 +1508,15 @@ I
1533
1508
  I
1534
1509
  5b
1535
1510
  I
1536
- 13
1511
+ 12
1537
1512
  I
1538
1513
  5c
1539
1514
  I
1540
- 1b
1515
+ 1a
1541
1516
  I
1542
1517
  5f
1543
1518
  I
1544
- 1d
1519
+ 1c
1545
1520
  x
1546
1521
  53
1547
1522
  /Users/sylvester/Work/bibtex-ruby/lib/bibtex/value.rb
@@ -3816,7 +3791,7 @@ x
3816
3791
  14
3817
3792
  method_missing
3818
3793
  i
3819
- 69
3794
+ 66
3820
3795
  20
3821
3796
  0
3822
3797
  49
@@ -3844,7 +3819,7 @@ i
3844
3819
  5
3845
3820
  1
3846
3821
  9
3847
- 63
3822
+ 62
3848
3823
  4
3849
3824
  5
3850
3825
  79
@@ -3877,11 +3852,8 @@ i
3877
3852
  49
3878
3853
  8
3879
3854
  1
3880
- 11
3881
3855
  8
3882
- 64
3883
- 1
3884
- 15
3856
+ 65
3885
3857
  54
3886
3858
  89
3887
3859
  9
@@ -3927,7 +3899,7 @@ x
3927
3899
  14
3928
3900
  method_missing
3929
3901
  p
3930
- 15
3902
+ 13
3931
3903
  I
3932
3904
  -1
3933
3905
  I
@@ -3935,29 +3907,25 @@ ef
3935
3907
  I
3936
3908
  0
3937
3909
  I
3938
- f0
3910
+ f1
3939
3911
  I
3940
3912
  1c
3941
3913
  I
3942
- f1
3914
+ f2
3943
3915
  I
3944
3916
  3c
3945
3917
  I
3946
3918
  0
3947
3919
  I
3948
- 3f
3920
+ 3e
3949
3921
  I
3950
- f0
3951
- I
3952
- 40
3953
- I
3954
- 0
3922
+ f4
3955
3923
  I
3956
3924
  41
3957
3925
  I
3958
- f4
3926
+ 0
3959
3927
  I
3960
- 45
3928
+ 42
3961
3929
  x
3962
3930
  53
3963
3931
  /Users/sylvester/Work/bibtex-ruby/lib/bibtex/value.rb
@@ -4044,11 +4012,11 @@ p
4044
4012
  I
4045
4013
  -1
4046
4014
  I
4047
- f7
4015
+ f8
4048
4016
  I
4049
4017
  0
4050
4018
  I
4051
- f8
4019
+ f9
4052
4020
  I
4053
4021
  1f
4054
4022
  x
@@ -4143,143 +4111,143 @@ I
4143
4111
  I
4144
4112
  37
4145
4113
  I
4146
- 66
4114
+ 40
4147
4115
  I
4148
4116
  38
4149
4117
  I
4150
- 72
4118
+ 4c
4151
4119
  I
4152
4120
  3a
4153
4121
  I
4154
- 80
4122
+ 5a
4155
4123
  I
4156
4124
  41
4157
4125
  I
4158
- 8e
4126
+ 68
4159
4127
  I
4160
4128
  45
4161
4129
  I
4162
- 9c
4130
+ 76
4163
4131
  I
4164
4132
  57
4165
4133
  I
4166
- a6
4134
+ 80
4167
4135
  I
4168
4136
  58
4169
4137
  I
4170
- b0
4138
+ 8a
4171
4139
  I
4172
4140
  5a
4173
4141
  I
4174
- c8
4142
+ a2
4175
4143
  I
4176
4144
  63
4177
4145
  I
4178
- d6
4146
+ b0
4179
4147
  I
4180
4148
  79
4181
4149
  I
4182
- e4
4150
+ be
4183
4151
  I
4184
4152
  92
4185
4153
  I
4186
- f2
4154
+ cc
4187
4155
  I
4188
4156
  9d
4189
4157
  I
4190
- 100
4158
+ da
4191
4159
  I
4192
4160
  a1
4193
4161
  I
4194
- 10a
4162
+ e4
4195
4163
  I
4196
4164
  a3
4197
4165
  I
4198
- 118
4166
+ f2
4199
4167
  I
4200
4168
  a8
4201
4169
  I
4202
- 126
4170
+ 100
4203
4171
  I
4204
4172
  ad
4205
4173
  I
4206
- 134
4174
+ 10e
4207
4175
  I
4208
4176
  af
4209
4177
  I
4210
- 13e
4178
+ 118
4211
4179
  I
4212
4180
  b0
4213
4181
  I
4214
- 148
4182
+ 122
4215
4183
  I
4216
4184
  b2
4217
4185
  I
4218
- 156
4186
+ 130
4219
4187
  I
4220
4188
  b6
4221
4189
  I
4222
- 160
4190
+ 13a
4223
4191
  I
4224
4192
  b9
4225
4193
  I
4226
- 16e
4194
+ 148
4227
4195
  I
4228
4196
  bc
4229
4197
  I
4230
- 178
4198
+ 152
4231
4199
  I
4232
4200
  bf
4233
4201
  I
4234
- 186
4202
+ 160
4235
4203
  I
4236
4204
  c4
4237
4205
  I
4238
- 194
4206
+ 16e
4239
4207
  I
4240
4208
  c8
4241
4209
  I
4242
- 19e
4210
+ 178
4243
4211
  I
4244
4212
  ca
4245
4213
  I
4246
- 1ac
4214
+ 186
4247
4215
  I
4248
4216
  cf
4249
4217
  I
4250
- 1ba
4218
+ 194
4251
4219
  I
4252
4220
  d3
4253
4221
  I
4254
- 1c4
4222
+ 19e
4255
4223
  I
4256
4224
  d6
4257
4225
  I
4258
- 1d2
4226
+ 1ac
4259
4227
  I
4260
4228
  da
4261
4229
  I
4262
- 1e0
4230
+ 1ba
4263
4231
  I
4264
4232
  dd
4265
4233
  I
4266
- 1ee
4234
+ 1c8
4267
4235
  I
4268
4236
  e2
4269
4237
  I
4270
- 1fc
4238
+ 1d6
4271
4239
  I
4272
4240
  ef
4273
4241
  I
4274
- 20a
4242
+ 1e4
4275
4243
  I
4276
- f7
4244
+ f8
4277
4245
  I
4278
- 218
4246
+ 1f2
4279
4247
  I
4280
4248
  fc
4281
4249
  I
4282
- 226
4250
+ 200
4283
4251
  x
4284
4252
  53
4285
4253
  /Users/sylvester/Work/bibtex-ruby/lib/bibtex/value.rb