bibtex-ruby 1.3.10 → 1.3.11

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.
Files changed (57) hide show
  1. data/Gemfile +7 -2
  2. data/Gemfile.lock +18 -14
  3. data/History.txt +6 -0
  4. data/Manifest +38 -1
  5. data/Rakefile +3 -10
  6. data/Rakefile.compiled.rbc +1903 -0
  7. data/bibtex-ruby.gemspec +10 -13
  8. data/features/issues/parse_months.feature +24 -4
  9. data/features/step_definitions/bibtex_steps.rbc +2981 -0
  10. data/features/step_definitions/name_steps.rbc +544 -0
  11. data/features/support/env.rb +0 -5
  12. data/features/support/env.rbc +144 -0
  13. data/lib/bibtex.rb +1 -0
  14. data/lib/bibtex.rbc +709 -0
  15. data/lib/bibtex/bibliography.rb +1 -1
  16. data/lib/bibtex/bibliography.rbc +5799 -0
  17. data/lib/bibtex/compatibility.rb +10 -0
  18. data/lib/bibtex/compatibility.rbc +290 -0
  19. data/lib/bibtex/elements.rbc +5524 -0
  20. data/lib/bibtex/entry.rbc +8317 -0
  21. data/lib/bibtex/error.rbc +785 -0
  22. data/lib/bibtex/extensions.rbc +127 -0
  23. data/lib/bibtex/filters.rbc +1178 -0
  24. data/lib/bibtex/filters/latex.rbc +361 -0
  25. data/lib/bibtex/lexer.rbc +5612 -0
  26. data/lib/bibtex/name_parser.rbc +2867 -0
  27. data/lib/bibtex/names.rb +2 -2
  28. data/lib/bibtex/names.rbc +4156 -0
  29. data/lib/bibtex/parser.rbc +3336 -0
  30. data/lib/bibtex/replaceable.rbc +593 -0
  31. data/lib/bibtex/ruby.rb +1 -0
  32. data/lib/bibtex/utilities.rbc +743 -0
  33. data/lib/bibtex/value.rb +5 -2
  34. data/lib/bibtex/value.rbc +4323 -0
  35. data/lib/bibtex/version.rb +1 -1
  36. data/lib/bibtex/version.rbc +209 -0
  37. data/test/bibtex/test_bibliography.rb +1 -1
  38. data/test/bibtex/test_bibliography.rbc +3397 -0
  39. data/test/bibtex/test_elements.rbc +924 -0
  40. data/test/bibtex/test_entry.rb +17 -14
  41. data/test/bibtex/test_entry.rbc +6392 -0
  42. data/test/bibtex/test_filters.rbc +1017 -0
  43. data/test/bibtex/test_lexer.rbc +373 -0
  44. data/test/bibtex/test_name_parser.rbc +608 -0
  45. data/test/bibtex/test_names.rbc +797 -0
  46. data/test/bibtex/test_parser.rb +2 -2
  47. data/test/bibtex/test_parser.rbc +2834 -0
  48. data/test/bibtex/test_string.rbc +706 -0
  49. data/test/bibtex/test_utilities.rb +1 -1
  50. data/test/bibtex/test_utilities.rbc +851 -0
  51. data/test/bibtex/test_value.rbc +4993 -0
  52. data/test/helper.rb +2 -5
  53. data/test/helper.rbc +446 -0
  54. data/test/test_bibtex.rb +20 -20
  55. data/test/test_bibtex.rbc +1875 -0
  56. data/test/test_export.rbc +921 -0
  57. metadata +72 -58
@@ -33,8 +33,8 @@ module BibTeX
33
33
  end
34
34
 
35
35
  should 'parse all values correctly' do
36
- assert_equal 'Poe, Edgar A.', @bib[:'key:0'].author
37
- assert_equal 'Hawthorne, Nathaniel', @bib[:'key:1'].author
36
+ assert_equal 'Poe, Edgar A.', @bib[:'key:0'].author.to_s
37
+ assert_equal 'Hawthorne, Nathaniel', @bib[:'key:1'].author.to_s
38
38
 
39
39
  assert_equal '2003', @bib[:'key:0'].year
40
40
  assert_equal '2001', @bib[:'key:1'].year
@@ -0,0 +1,2834 @@
1
+ !RBIX
2
+ 9595534255132031488
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 37
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 99
23
+ 7
24
+ 2
25
+ 65
26
+ 49
27
+ 3
28
+ 2
29
+ 13
30
+ 99
31
+ 12
32
+ 7
33
+ 4
34
+ 12
35
+ 7
36
+ 5
37
+ 12
38
+ 65
39
+ 12
40
+ 49
41
+ 6
42
+ 4
43
+ 15
44
+ 49
45
+ 4
46
+ 0
47
+ 15
48
+ 2
49
+ 11
50
+ I
51
+ 6
52
+ I
53
+ 0
54
+ I
55
+ 0
56
+ I
57
+ 0
58
+ n
59
+ p
60
+ 7
61
+ s
62
+ 9
63
+ helper.rb
64
+ x
65
+ 7
66
+ require
67
+ x
68
+ 6
69
+ BibTeX
70
+ x
71
+ 11
72
+ open_module
73
+ x
74
+ 15
75
+ __module_init__
76
+ M
77
+ 1
78
+ n
79
+ n
80
+ x
81
+ 6
82
+ BibTeX
83
+ i
84
+ 33
85
+ 5
86
+ 66
87
+ 99
88
+ 7
89
+ 0
90
+ 45
91
+ 1
92
+ 2
93
+ 43
94
+ 3
95
+ 65
96
+ 49
97
+ 4
98
+ 3
99
+ 13
100
+ 99
101
+ 12
102
+ 7
103
+ 5
104
+ 12
105
+ 7
106
+ 6
107
+ 12
108
+ 65
109
+ 12
110
+ 49
111
+ 7
112
+ 4
113
+ 15
114
+ 49
115
+ 5
116
+ 0
117
+ 11
118
+ I
119
+ 6
120
+ I
121
+ 0
122
+ I
123
+ 0
124
+ I
125
+ 0
126
+ n
127
+ p
128
+ 8
129
+ x
130
+ 10
131
+ ParserTest
132
+ x
133
+ 8
134
+ MiniTest
135
+ n
136
+ x
137
+ 4
138
+ Spec
139
+ x
140
+ 10
141
+ open_class
142
+ x
143
+ 14
144
+ __class_init__
145
+ M
146
+ 1
147
+ n
148
+ n
149
+ x
150
+ 10
151
+ ParserTest
152
+ i
153
+ 46
154
+ 5
155
+ 66
156
+ 5
157
+ 7
158
+ 0
159
+ 64
160
+ 56
161
+ 1
162
+ 47
163
+ 50
164
+ 2
165
+ 1
166
+ 15
167
+ 5
168
+ 7
169
+ 3
170
+ 64
171
+ 56
172
+ 4
173
+ 47
174
+ 50
175
+ 2
176
+ 1
177
+ 15
178
+ 5
179
+ 7
180
+ 5
181
+ 64
182
+ 56
183
+ 6
184
+ 47
185
+ 50
186
+ 2
187
+ 1
188
+ 15
189
+ 5
190
+ 7
191
+ 7
192
+ 64
193
+ 56
194
+ 8
195
+ 47
196
+ 50
197
+ 2
198
+ 1
199
+ 11
200
+ I
201
+ 3
202
+ I
203
+ 0
204
+ I
205
+ 0
206
+ I
207
+ 0
208
+ n
209
+ p
210
+ 9
211
+ s
212
+ 29
213
+ given a set of valid @entries
214
+ M
215
+ 1
216
+ p
217
+ 2
218
+ x
219
+ 9
220
+ for_block
221
+ t
222
+ n
223
+ x
224
+ 10
225
+ ParserTest
226
+ i
227
+ 74
228
+ 5
229
+ 56
230
+ 0
231
+ 47
232
+ 50
233
+ 1
234
+ 0
235
+ 15
236
+ 5
237
+ 7
238
+ 2
239
+ 64
240
+ 56
241
+ 3
242
+ 47
243
+ 50
244
+ 4
245
+ 1
246
+ 15
247
+ 5
248
+ 7
249
+ 5
250
+ 64
251
+ 56
252
+ 6
253
+ 47
254
+ 50
255
+ 4
256
+ 1
257
+ 15
258
+ 5
259
+ 7
260
+ 7
261
+ 64
262
+ 56
263
+ 8
264
+ 47
265
+ 50
266
+ 4
267
+ 1
268
+ 15
269
+ 5
270
+ 7
271
+ 9
272
+ 64
273
+ 56
274
+ 10
275
+ 47
276
+ 50
277
+ 4
278
+ 1
279
+ 15
280
+ 5
281
+ 7
282
+ 11
283
+ 64
284
+ 56
285
+ 12
286
+ 47
287
+ 50
288
+ 4
289
+ 1
290
+ 15
291
+ 5
292
+ 7
293
+ 13
294
+ 64
295
+ 56
296
+ 14
297
+ 47
298
+ 50
299
+ 4
300
+ 1
301
+ 11
302
+ I
303
+ 4
304
+ I
305
+ 0
306
+ I
307
+ 0
308
+ I
309
+ 0
310
+ I
311
+ -2
312
+ p
313
+ 15
314
+ M
315
+ 1
316
+ p
317
+ 2
318
+ x
319
+ 9
320
+ for_block
321
+ t
322
+ n
323
+ x
324
+ 10
325
+ ParserTest
326
+ i
327
+ 74
328
+ 45
329
+ 0
330
+ 1
331
+ 13
332
+ 71
333
+ 2
334
+ 47
335
+ 9
336
+ 36
337
+ 47
338
+ 49
339
+ 3
340
+ 0
341
+ 13
342
+ 44
343
+ 43
344
+ 4
345
+ 79
346
+ 49
347
+ 5
348
+ 1
349
+ 13
350
+ 7
351
+ 6
352
+ 3
353
+ 49
354
+ 7
355
+ 2
356
+ 15
357
+ 47
358
+ 49
359
+ 8
360
+ 1
361
+ 15
362
+ 8
363
+ 54
364
+ 44
365
+ 43
366
+ 4
367
+ 79
368
+ 49
369
+ 5
370
+ 1
371
+ 13
372
+ 7
373
+ 6
374
+ 3
375
+ 49
376
+ 7
377
+ 2
378
+ 15
379
+ 49
380
+ 2
381
+ 1
382
+ 45
383
+ 9
384
+ 10
385
+ 45
386
+ 11
387
+ 12
388
+ 7
389
+ 13
390
+ 49
391
+ 14
392
+ 1
393
+ 49
394
+ 15
395
+ 1
396
+ 49
397
+ 16
398
+ 1
399
+ 38
400
+ 17
401
+ 11
402
+ I
403
+ 7
404
+ I
405
+ 0
406
+ I
407
+ 0
408
+ I
409
+ 0
410
+ I
411
+ -2
412
+ p
413
+ 18
414
+ x
415
+ 6
416
+ Parser
417
+ n
418
+ x
419
+ 3
420
+ new
421
+ x
422
+ 8
423
+ allocate
424
+ x
425
+ 4
426
+ Hash
427
+ x
428
+ 16
429
+ new_from_literal
430
+ x
431
+ 5
432
+ debug
433
+ x
434
+ 3
435
+ []=
436
+ x
437
+ 10
438
+ initialize
439
+ x
440
+ 4
441
+ File
442
+ n
443
+ x
444
+ 4
445
+ Test
446
+ n
447
+ x
448
+ 5
449
+ entry
450
+ x
451
+ 8
452
+ fixtures
453
+ x
454
+ 4
455
+ read
456
+ x
457
+ 5
458
+ parse
459
+ x
460
+ 4
461
+ @bib
462
+ p
463
+ 3
464
+ I
465
+ 0
466
+ I
467
+ 8
468
+ I
469
+ 4a
470
+ x
471
+ 60
472
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
473
+ p
474
+ 0
475
+ x
476
+ 5
477
+ setup
478
+ s
479
+ 21
480
+ return a Bibliography
481
+ M
482
+ 1
483
+ p
484
+ 2
485
+ x
486
+ 9
487
+ for_block
488
+ t
489
+ n
490
+ x
491
+ 10
492
+ ParserTest
493
+ i
494
+ 19
495
+ 5
496
+ 39
497
+ 0
498
+ 47
499
+ 49
500
+ 1
501
+ 1
502
+ 15
503
+ 5
504
+ 39
505
+ 0
506
+ 49
507
+ 2
508
+ 0
509
+ 47
510
+ 49
511
+ 3
512
+ 1
513
+ 11
514
+ I
515
+ 3
516
+ I
517
+ 0
518
+ I
519
+ 0
520
+ I
521
+ 0
522
+ I
523
+ -2
524
+ p
525
+ 4
526
+ x
527
+ 4
528
+ @bib
529
+ x
530
+ 6
531
+ assert
532
+ x
533
+ 6
534
+ empty?
535
+ x
536
+ 6
537
+ refute
538
+ p
539
+ 5
540
+ I
541
+ 0
542
+ I
543
+ c
544
+ I
545
+ 8
546
+ I
547
+ d
548
+ I
549
+ 13
550
+ x
551
+ 60
552
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
553
+ p
554
+ 0
555
+ x
556
+ 6
557
+ should
558
+ s
559
+ 17
560
+ parse all entries
561
+ M
562
+ 1
563
+ p
564
+ 2
565
+ x
566
+ 9
567
+ for_block
568
+ t
569
+ n
570
+ x
571
+ 10
572
+ ParserTest
573
+ i
574
+ 13
575
+ 5
576
+ 4
577
+ 3
578
+ 39
579
+ 0
580
+ 49
581
+ 1
582
+ 0
583
+ 47
584
+ 49
585
+ 2
586
+ 2
587
+ 11
588
+ I
589
+ 4
590
+ I
591
+ 0
592
+ I
593
+ 0
594
+ I
595
+ 0
596
+ I
597
+ -2
598
+ p
599
+ 3
600
+ x
601
+ 4
602
+ @bib
603
+ x
604
+ 6
605
+ length
606
+ x
607
+ 12
608
+ assert_equal
609
+ p
610
+ 3
611
+ I
612
+ 0
613
+ I
614
+ 11
615
+ I
616
+ d
617
+ x
618
+ 60
619
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
620
+ p
621
+ 0
622
+ s
623
+ 20
624
+ parse the key values
625
+ M
626
+ 1
627
+ p
628
+ 2
629
+ x
630
+ 9
631
+ for_block
632
+ t
633
+ n
634
+ x
635
+ 10
636
+ ParserTest
637
+ i
638
+ 51
639
+ 5
640
+ 7
641
+ 0
642
+ 64
643
+ 7
644
+ 1
645
+ 64
646
+ 7
647
+ 2
648
+ 64
649
+ 35
650
+ 3
651
+ 7
652
+ 3
653
+ 13
654
+ 70
655
+ 10
656
+ 25
657
+ 44
658
+ 43
659
+ 4
660
+ 12
661
+ 49
662
+ 5
663
+ 1
664
+ 50
665
+ 6
666
+ 0
667
+ 39
668
+ 7
669
+ 7
670
+ 8
671
+ 13
672
+ 70
673
+ 10
674
+ 43
675
+ 44
676
+ 43
677
+ 4
678
+ 12
679
+ 49
680
+ 5
681
+ 1
682
+ 50
683
+ 6
684
+ 0
685
+ 47
686
+ 49
687
+ 9
688
+ 2
689
+ 11
690
+ I
691
+ 6
692
+ I
693
+ 0
694
+ I
695
+ 0
696
+ I
697
+ 0
698
+ I
699
+ -2
700
+ p
701
+ 10
702
+ s
703
+ 5
704
+ key:0
705
+ s
706
+ 5
707
+ key:1
708
+ s
709
+ 3
710
+ foo
711
+ x
712
+ 6
713
+ to_sym
714
+ x
715
+ 4
716
+ Proc
717
+ x
718
+ 14
719
+ __from_block__
720
+ x
721
+ 3
722
+ map
723
+ x
724
+ 4
725
+ @bib
726
+ x
727
+ 3
728
+ key
729
+ x
730
+ 12
731
+ assert_equal
732
+ p
733
+ 3
734
+ I
735
+ 0
736
+ I
737
+ 15
738
+ I
739
+ 33
740
+ x
741
+ 60
742
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
743
+ p
744
+ 0
745
+ s
746
+ 19
747
+ handle strange keys
748
+ M
749
+ 1
750
+ p
751
+ 2
752
+ x
753
+ 9
754
+ for_block
755
+ t
756
+ n
757
+ x
758
+ 10
759
+ ParserTest
760
+ i
761
+ 113
762
+ 7
763
+ 0
764
+ 64
765
+ 19
766
+ 0
767
+ 15
768
+ 45
769
+ 1
770
+ 2
771
+ 13
772
+ 71
773
+ 3
774
+ 47
775
+ 9
776
+ 50
777
+ 47
778
+ 49
779
+ 4
780
+ 0
781
+ 13
782
+ 44
783
+ 43
784
+ 5
785
+ 80
786
+ 49
787
+ 6
788
+ 1
789
+ 13
790
+ 7
791
+ 7
792
+ 3
793
+ 49
794
+ 8
795
+ 2
796
+ 15
797
+ 13
798
+ 7
799
+ 9
800
+ 3
801
+ 49
802
+ 8
803
+ 2
804
+ 15
805
+ 47
806
+ 49
807
+ 10
808
+ 1
809
+ 15
810
+ 8
811
+ 76
812
+ 44
813
+ 43
814
+ 5
815
+ 80
816
+ 49
817
+ 6
818
+ 1
819
+ 13
820
+ 7
821
+ 7
822
+ 3
823
+ 49
824
+ 8
825
+ 2
826
+ 15
827
+ 13
828
+ 7
829
+ 9
830
+ 3
831
+ 49
832
+ 8
833
+ 2
834
+ 15
835
+ 49
836
+ 3
837
+ 1
838
+ 20
839
+ 0
840
+ 49
841
+ 11
842
+ 1
843
+ 19
844
+ 1
845
+ 15
846
+ 5
847
+ 7
848
+ 12
849
+ 20
850
+ 1
851
+ 49
852
+ 13
853
+ 0
854
+ 49
855
+ 14
856
+ 0
857
+ 47
858
+ 49
859
+ 15
860
+ 2
861
+ 15
862
+ 5
863
+ 20
864
+ 1
865
+ 7
866
+ 12
867
+ 49
868
+ 16
869
+ 1
870
+ 47
871
+ 49
872
+ 17
873
+ 1
874
+ 11
875
+ I
876
+ 9
877
+ I
878
+ 2
879
+ I
880
+ 0
881
+ I
882
+ 0
883
+ I
884
+ -2
885
+ p
886
+ 18
887
+ s
888
+ 48
889
+ @Misc{George Martin06,title = {FEAST FOR CROWS}}
890
+ x
891
+ 6
892
+ Parser
893
+ n
894
+ x
895
+ 3
896
+ new
897
+ x
898
+ 8
899
+ allocate
900
+ x
901
+ 4
902
+ Hash
903
+ x
904
+ 16
905
+ new_from_literal
906
+ x
907
+ 5
908
+ debug
909
+ x
910
+ 3
911
+ []=
912
+ x
913
+ 6
914
+ strict
915
+ x
916
+ 10
917
+ initialize
918
+ x
919
+ 5
920
+ parse
921
+ x
922
+ 15
923
+ George Martin06
924
+ x
925
+ 5
926
+ first
927
+ x
928
+ 3
929
+ key
930
+ x
931
+ 12
932
+ assert_equal
933
+ x
934
+ 2
935
+ []
936
+ x
937
+ 6
938
+ assert
939
+ p
940
+ 9
941
+ I
942
+ 0
943
+ I
944
+ 19
945
+ I
946
+ 6
947
+ I
948
+ 1a
949
+ I
950
+ 54
951
+ I
952
+ 1b
953
+ I
954
+ 64
955
+ I
956
+ 1c
957
+ I
958
+ 71
959
+ x
960
+ 60
961
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
962
+ p
963
+ 2
964
+ x
965
+ 5
966
+ input
967
+ x
968
+ 3
969
+ bib
970
+ s
971
+ 21
972
+ parse the entry types
973
+ M
974
+ 1
975
+ p
976
+ 2
977
+ x
978
+ 9
979
+ for_block
980
+ t
981
+ n
982
+ x
983
+ 10
984
+ ParserTest
985
+ i
986
+ 32
987
+ 5
988
+ 7
989
+ 0
990
+ 7
991
+ 1
992
+ 7
993
+ 1
994
+ 35
995
+ 3
996
+ 39
997
+ 2
998
+ 7
999
+ 3
1000
+ 13
1001
+ 70
1002
+ 10
1003
+ 24
1004
+ 44
1005
+ 43
1006
+ 4
1007
+ 12
1008
+ 49
1009
+ 5
1010
+ 1
1011
+ 50
1012
+ 6
1013
+ 0
1014
+ 47
1015
+ 49
1016
+ 7
1017
+ 2
1018
+ 11
1019
+ I
1020
+ 6
1021
+ I
1022
+ 0
1023
+ I
1024
+ 0
1025
+ I
1026
+ 0
1027
+ I
1028
+ -2
1029
+ p
1030
+ 8
1031
+ x
1032
+ 4
1033
+ book
1034
+ x
1035
+ 7
1036
+ article
1037
+ x
1038
+ 4
1039
+ @bib
1040
+ x
1041
+ 4
1042
+ type
1043
+ x
1044
+ 4
1045
+ Proc
1046
+ x
1047
+ 14
1048
+ __from_block__
1049
+ x
1050
+ 3
1051
+ map
1052
+ x
1053
+ 12
1054
+ assert_equal
1055
+ p
1056
+ 3
1057
+ I
1058
+ 0
1059
+ I
1060
+ 20
1061
+ I
1062
+ 20
1063
+ x
1064
+ 60
1065
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1066
+ p
1067
+ 0
1068
+ s
1069
+ 26
1070
+ parse all values correctly
1071
+ M
1072
+ 1
1073
+ p
1074
+ 2
1075
+ x
1076
+ 9
1077
+ for_block
1078
+ t
1079
+ n
1080
+ x
1081
+ 10
1082
+ ParserTest
1083
+ i
1084
+ 158
1085
+ 5
1086
+ 7
1087
+ 0
1088
+ 64
1089
+ 39
1090
+ 1
1091
+ 7
1092
+ 2
1093
+ 49
1094
+ 3
1095
+ 1
1096
+ 49
1097
+ 4
1098
+ 0
1099
+ 49
1100
+ 5
1101
+ 0
1102
+ 47
1103
+ 49
1104
+ 6
1105
+ 2
1106
+ 15
1107
+ 5
1108
+ 7
1109
+ 7
1110
+ 64
1111
+ 39
1112
+ 1
1113
+ 7
1114
+ 8
1115
+ 49
1116
+ 3
1117
+ 1
1118
+ 49
1119
+ 4
1120
+ 0
1121
+ 49
1122
+ 5
1123
+ 0
1124
+ 47
1125
+ 49
1126
+ 6
1127
+ 2
1128
+ 15
1129
+ 5
1130
+ 7
1131
+ 9
1132
+ 64
1133
+ 39
1134
+ 1
1135
+ 7
1136
+ 2
1137
+ 49
1138
+ 3
1139
+ 1
1140
+ 49
1141
+ 10
1142
+ 0
1143
+ 47
1144
+ 49
1145
+ 6
1146
+ 2
1147
+ 15
1148
+ 5
1149
+ 7
1150
+ 11
1151
+ 64
1152
+ 39
1153
+ 1
1154
+ 7
1155
+ 8
1156
+ 49
1157
+ 3
1158
+ 1
1159
+ 49
1160
+ 10
1161
+ 0
1162
+ 47
1163
+ 49
1164
+ 6
1165
+ 2
1166
+ 15
1167
+ 5
1168
+ 7
1169
+ 12
1170
+ 64
1171
+ 39
1172
+ 1
1173
+ 7
1174
+ 2
1175
+ 49
1176
+ 3
1177
+ 1
1178
+ 49
1179
+ 13
1180
+ 0
1181
+ 47
1182
+ 49
1183
+ 6
1184
+ 2
1185
+ 15
1186
+ 5
1187
+ 7
1188
+ 12
1189
+ 64
1190
+ 39
1191
+ 1
1192
+ 7
1193
+ 8
1194
+ 49
1195
+ 3
1196
+ 1
1197
+ 49
1198
+ 13
1199
+ 0
1200
+ 47
1201
+ 49
1202
+ 6
1203
+ 2
1204
+ 15
1205
+ 5
1206
+ 7
1207
+ 14
1208
+ 64
1209
+ 39
1210
+ 1
1211
+ 7
1212
+ 2
1213
+ 49
1214
+ 3
1215
+ 1
1216
+ 49
1217
+ 15
1218
+ 0
1219
+ 47
1220
+ 49
1221
+ 6
1222
+ 2
1223
+ 15
1224
+ 5
1225
+ 7
1226
+ 16
1227
+ 64
1228
+ 39
1229
+ 1
1230
+ 7
1231
+ 8
1232
+ 49
1233
+ 3
1234
+ 1
1235
+ 49
1236
+ 15
1237
+ 0
1238
+ 47
1239
+ 49
1240
+ 6
1241
+ 2
1242
+ 11
1243
+ I
1244
+ 5
1245
+ I
1246
+ 0
1247
+ I
1248
+ 0
1249
+ I
1250
+ 0
1251
+ I
1252
+ -2
1253
+ p
1254
+ 17
1255
+ s
1256
+ 13
1257
+ Poe, Edgar A.
1258
+ x
1259
+ 4
1260
+ @bib
1261
+ x
1262
+ 5
1263
+ key:0
1264
+ x
1265
+ 2
1266
+ []
1267
+ x
1268
+ 6
1269
+ author
1270
+ x
1271
+ 4
1272
+ to_s
1273
+ x
1274
+ 12
1275
+ assert_equal
1276
+ s
1277
+ 20
1278
+ Hawthorne, Nathaniel
1279
+ x
1280
+ 5
1281
+ key:1
1282
+ s
1283
+ 4
1284
+ 2003
1285
+ x
1286
+ 4
1287
+ year
1288
+ s
1289
+ 4
1290
+ 2001
1291
+ s
1292
+ 16
1293
+ American Library
1294
+ x
1295
+ 9
1296
+ publisher
1297
+ s
1298
+ 34
1299
+ Selected \emph{Poetry} and `Tales'
1300
+ x
1301
+ 5
1302
+ title
1303
+ s
1304
+ 18
1305
+ Tales and Sketches
1306
+ p
1307
+ 17
1308
+ I
1309
+ 0
1310
+ I
1311
+ 24
1312
+ I
1313
+ 16
1314
+ I
1315
+ 25
1316
+ I
1317
+ 2c
1318
+ I
1319
+ 27
1320
+ I
1321
+ 3f
1322
+ I
1323
+ 28
1324
+ I
1325
+ 52
1326
+ I
1327
+ 2a
1328
+ I
1329
+ 65
1330
+ I
1331
+ 2b
1332
+ I
1333
+ 78
1334
+ I
1335
+ 2d
1336
+ I
1337
+ 8b
1338
+ I
1339
+ 2e
1340
+ I
1341
+ 9e
1342
+ x
1343
+ 60
1344
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1345
+ p
1346
+ 0
1347
+ p
1348
+ 15
1349
+ I
1350
+ 0
1351
+ I
1352
+ 7
1353
+ I
1354
+ 8
1355
+ I
1356
+ b
1357
+ I
1358
+ 13
1359
+ I
1360
+ 10
1361
+ I
1362
+ 1e
1363
+ I
1364
+ 14
1365
+ I
1366
+ 29
1367
+ I
1368
+ 18
1369
+ I
1370
+ 34
1371
+ I
1372
+ 1f
1373
+ I
1374
+ 3f
1375
+ I
1376
+ 23
1377
+ I
1378
+ 4a
1379
+ x
1380
+ 60
1381
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1382
+ p
1383
+ 0
1384
+ x
1385
+ 7
1386
+ context
1387
+ s
1388
+ 45
1389
+ given a set of explicit and implicit comments
1390
+ M
1391
+ 1
1392
+ p
1393
+ 2
1394
+ x
1395
+ 9
1396
+ for_block
1397
+ t
1398
+ n
1399
+ x
1400
+ 10
1401
+ ParserTest
1402
+ i
1403
+ 41
1404
+ 5
1405
+ 56
1406
+ 0
1407
+ 47
1408
+ 50
1409
+ 1
1410
+ 0
1411
+ 15
1412
+ 5
1413
+ 7
1414
+ 2
1415
+ 64
1416
+ 56
1417
+ 3
1418
+ 47
1419
+ 50
1420
+ 4
1421
+ 1
1422
+ 15
1423
+ 5
1424
+ 7
1425
+ 5
1426
+ 64
1427
+ 56
1428
+ 6
1429
+ 47
1430
+ 50
1431
+ 4
1432
+ 1
1433
+ 15
1434
+ 5
1435
+ 7
1436
+ 7
1437
+ 64
1438
+ 56
1439
+ 8
1440
+ 47
1441
+ 50
1442
+ 4
1443
+ 1
1444
+ 11
1445
+ I
1446
+ 4
1447
+ I
1448
+ 0
1449
+ I
1450
+ 0
1451
+ I
1452
+ 0
1453
+ I
1454
+ -2
1455
+ p
1456
+ 9
1457
+ M
1458
+ 1
1459
+ p
1460
+ 2
1461
+ x
1462
+ 9
1463
+ for_block
1464
+ t
1465
+ n
1466
+ x
1467
+ 10
1468
+ ParserTest
1469
+ i
1470
+ 96
1471
+ 45
1472
+ 0
1473
+ 1
1474
+ 13
1475
+ 71
1476
+ 2
1477
+ 47
1478
+ 9
1479
+ 47
1480
+ 47
1481
+ 49
1482
+ 3
1483
+ 0
1484
+ 13
1485
+ 44
1486
+ 43
1487
+ 4
1488
+ 80
1489
+ 49
1490
+ 5
1491
+ 1
1492
+ 13
1493
+ 7
1494
+ 6
1495
+ 3
1496
+ 49
1497
+ 7
1498
+ 2
1499
+ 15
1500
+ 13
1501
+ 7
1502
+ 8
1503
+ 7
1504
+ 9
1505
+ 35
1506
+ 1
1507
+ 49
1508
+ 7
1509
+ 2
1510
+ 15
1511
+ 47
1512
+ 49
1513
+ 10
1514
+ 1
1515
+ 15
1516
+ 8
1517
+ 76
1518
+ 44
1519
+ 43
1520
+ 4
1521
+ 80
1522
+ 49
1523
+ 5
1524
+ 1
1525
+ 13
1526
+ 7
1527
+ 6
1528
+ 3
1529
+ 49
1530
+ 7
1531
+ 2
1532
+ 15
1533
+ 13
1534
+ 7
1535
+ 8
1536
+ 7
1537
+ 9
1538
+ 35
1539
+ 1
1540
+ 49
1541
+ 7
1542
+ 2
1543
+ 15
1544
+ 49
1545
+ 2
1546
+ 1
1547
+ 45
1548
+ 11
1549
+ 12
1550
+ 45
1551
+ 13
1552
+ 14
1553
+ 7
1554
+ 15
1555
+ 49
1556
+ 16
1557
+ 1
1558
+ 49
1559
+ 17
1560
+ 1
1561
+ 49
1562
+ 18
1563
+ 1
1564
+ 38
1565
+ 19
1566
+ 11
1567
+ I
1568
+ 7
1569
+ I
1570
+ 0
1571
+ I
1572
+ 0
1573
+ I
1574
+ 0
1575
+ I
1576
+ -2
1577
+ p
1578
+ 20
1579
+ x
1580
+ 6
1581
+ Parser
1582
+ n
1583
+ x
1584
+ 3
1585
+ new
1586
+ x
1587
+ 8
1588
+ allocate
1589
+ x
1590
+ 4
1591
+ Hash
1592
+ x
1593
+ 16
1594
+ new_from_literal
1595
+ x
1596
+ 5
1597
+ debug
1598
+ x
1599
+ 3
1600
+ []=
1601
+ x
1602
+ 7
1603
+ include
1604
+ x
1605
+ 12
1606
+ meta_content
1607
+ x
1608
+ 10
1609
+ initialize
1610
+ x
1611
+ 4
1612
+ File
1613
+ n
1614
+ x
1615
+ 4
1616
+ Test
1617
+ n
1618
+ x
1619
+ 7
1620
+ comment
1621
+ x
1622
+ 8
1623
+ fixtures
1624
+ x
1625
+ 4
1626
+ read
1627
+ x
1628
+ 5
1629
+ parse
1630
+ x
1631
+ 4
1632
+ @bib
1633
+ p
1634
+ 3
1635
+ I
1636
+ 0
1637
+ I
1638
+ 34
1639
+ I
1640
+ 60
1641
+ x
1642
+ 60
1643
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1644
+ p
1645
+ 0
1646
+ x
1647
+ 5
1648
+ setup
1649
+ s
1650
+ 20
1651
+ parses all @comments
1652
+ M
1653
+ 1
1654
+ p
1655
+ 2
1656
+ x
1657
+ 9
1658
+ for_block
1659
+ t
1660
+ n
1661
+ x
1662
+ 10
1663
+ ParserTest
1664
+ i
1665
+ 15
1666
+ 5
1667
+ 80
1668
+ 39
1669
+ 0
1670
+ 49
1671
+ 1
1672
+ 0
1673
+ 49
1674
+ 2
1675
+ 0
1676
+ 47
1677
+ 49
1678
+ 3
1679
+ 2
1680
+ 11
1681
+ I
1682
+ 4
1683
+ I
1684
+ 0
1685
+ I
1686
+ 0
1687
+ I
1688
+ 0
1689
+ I
1690
+ -2
1691
+ p
1692
+ 4
1693
+ x
1694
+ 4
1695
+ @bib
1696
+ x
1697
+ 8
1698
+ comments
1699
+ x
1700
+ 6
1701
+ length
1702
+ x
1703
+ 12
1704
+ assert_equal
1705
+ p
1706
+ 3
1707
+ I
1708
+ 0
1709
+ I
1710
+ 38
1711
+ I
1712
+ f
1713
+ x
1714
+ 60
1715
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1716
+ p
1717
+ 0
1718
+ x
1719
+ 6
1720
+ should
1721
+ s
1722
+ 23
1723
+ parses all meta content
1724
+ M
1725
+ 1
1726
+ p
1727
+ 2
1728
+ x
1729
+ 9
1730
+ for_block
1731
+ t
1732
+ n
1733
+ x
1734
+ 10
1735
+ ParserTest
1736
+ i
1737
+ 16
1738
+ 5
1739
+ 4
1740
+ 3
1741
+ 39
1742
+ 0
1743
+ 49
1744
+ 1
1745
+ 0
1746
+ 49
1747
+ 2
1748
+ 0
1749
+ 47
1750
+ 49
1751
+ 3
1752
+ 2
1753
+ 11
1754
+ I
1755
+ 4
1756
+ I
1757
+ 0
1758
+ I
1759
+ 0
1760
+ I
1761
+ 0
1762
+ I
1763
+ -2
1764
+ p
1765
+ 4
1766
+ x
1767
+ 4
1768
+ @bib
1769
+ x
1770
+ 13
1771
+ meta_contents
1772
+ x
1773
+ 6
1774
+ length
1775
+ x
1776
+ 12
1777
+ assert_equal
1778
+ p
1779
+ 3
1780
+ I
1781
+ 0
1782
+ I
1783
+ 3c
1784
+ I
1785
+ 10
1786
+ x
1787
+ 60
1788
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1789
+ p
1790
+ 0
1791
+ s
1792
+ 32
1793
+ parse @comment content as string
1794
+ M
1795
+ 1
1796
+ p
1797
+ 2
1798
+ x
1799
+ 9
1800
+ for_block
1801
+ t
1802
+ n
1803
+ x
1804
+ 10
1805
+ ParserTest
1806
+ i
1807
+ 42
1808
+ 5
1809
+ 7
1810
+ 0
1811
+ 64
1812
+ 39
1813
+ 1
1814
+ 49
1815
+ 2
1816
+ 0
1817
+ 78
1818
+ 49
1819
+ 3
1820
+ 1
1821
+ 49
1822
+ 4
1823
+ 0
1824
+ 47
1825
+ 49
1826
+ 5
1827
+ 2
1828
+ 15
1829
+ 5
1830
+ 7
1831
+ 6
1832
+ 64
1833
+ 39
1834
+ 1
1835
+ 49
1836
+ 2
1837
+ 0
1838
+ 79
1839
+ 49
1840
+ 3
1841
+ 1
1842
+ 49
1843
+ 4
1844
+ 0
1845
+ 47
1846
+ 49
1847
+ 5
1848
+ 2
1849
+ 11
1850
+ I
1851
+ 5
1852
+ I
1853
+ 0
1854
+ I
1855
+ 0
1856
+ I
1857
+ 0
1858
+ I
1859
+ -2
1860
+ p
1861
+ 7
1862
+ s
1863
+ 44
1864
+ A comment can contain pretty much anything
1865
+ x
1866
+ 4
1867
+ @bib
1868
+ x
1869
+ 8
1870
+ comments
1871
+ x
1872
+ 2
1873
+ []
1874
+ x
1875
+ 7
1876
+ content
1877
+ x
1878
+ 12
1879
+ assert_equal
1880
+ s
1881
+ 48
1882
+
1883
+ @string{ foo = "bar" }
1884
+
1885
+ @string{ bar = "foo" }
1886
+
1887
+ p
1888
+ 5
1889
+ I
1890
+ 0
1891
+ I
1892
+ 40
1893
+ I
1894
+ 15
1895
+ I
1896
+ 41
1897
+ I
1898
+ 2a
1899
+ x
1900
+ 60
1901
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1902
+ p
1903
+ 0
1904
+ p
1905
+ 9
1906
+ I
1907
+ 0
1908
+ I
1909
+ 33
1910
+ I
1911
+ 8
1912
+ I
1913
+ 37
1914
+ I
1915
+ 13
1916
+ I
1917
+ 3b
1918
+ I
1919
+ 1e
1920
+ I
1921
+ 3f
1922
+ I
1923
+ 29
1924
+ x
1925
+ 60
1926
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
1927
+ p
1928
+ 0
1929
+ s
1930
+ 25
1931
+ given a set of @preambles
1932
+ M
1933
+ 1
1934
+ p
1935
+ 2
1936
+ x
1937
+ 9
1938
+ for_block
1939
+ t
1940
+ n
1941
+ x
1942
+ 10
1943
+ ParserTest
1944
+ i
1945
+ 30
1946
+ 5
1947
+ 56
1948
+ 0
1949
+ 47
1950
+ 50
1951
+ 1
1952
+ 0
1953
+ 15
1954
+ 5
1955
+ 7
1956
+ 2
1957
+ 64
1958
+ 56
1959
+ 3
1960
+ 47
1961
+ 50
1962
+ 4
1963
+ 1
1964
+ 15
1965
+ 5
1966
+ 7
1967
+ 5
1968
+ 64
1969
+ 56
1970
+ 6
1971
+ 47
1972
+ 50
1973
+ 4
1974
+ 1
1975
+ 11
1976
+ I
1977
+ 4
1978
+ I
1979
+ 0
1980
+ I
1981
+ 0
1982
+ I
1983
+ 0
1984
+ I
1985
+ -2
1986
+ p
1987
+ 7
1988
+ M
1989
+ 1
1990
+ p
1991
+ 2
1992
+ x
1993
+ 9
1994
+ for_block
1995
+ t
1996
+ n
1997
+ x
1998
+ 10
1999
+ ParserTest
2000
+ i
2001
+ 74
2002
+ 45
2003
+ 0
2004
+ 1
2005
+ 13
2006
+ 71
2007
+ 2
2008
+ 47
2009
+ 9
2010
+ 36
2011
+ 47
2012
+ 49
2013
+ 3
2014
+ 0
2015
+ 13
2016
+ 44
2017
+ 43
2018
+ 4
2019
+ 79
2020
+ 49
2021
+ 5
2022
+ 1
2023
+ 13
2024
+ 7
2025
+ 6
2026
+ 3
2027
+ 49
2028
+ 7
2029
+ 2
2030
+ 15
2031
+ 47
2032
+ 49
2033
+ 8
2034
+ 1
2035
+ 15
2036
+ 8
2037
+ 54
2038
+ 44
2039
+ 43
2040
+ 4
2041
+ 79
2042
+ 49
2043
+ 5
2044
+ 1
2045
+ 13
2046
+ 7
2047
+ 6
2048
+ 3
2049
+ 49
2050
+ 7
2051
+ 2
2052
+ 15
2053
+ 49
2054
+ 2
2055
+ 1
2056
+ 45
2057
+ 9
2058
+ 10
2059
+ 45
2060
+ 11
2061
+ 12
2062
+ 7
2063
+ 13
2064
+ 49
2065
+ 14
2066
+ 1
2067
+ 49
2068
+ 15
2069
+ 1
2070
+ 49
2071
+ 16
2072
+ 1
2073
+ 38
2074
+ 17
2075
+ 11
2076
+ I
2077
+ 7
2078
+ I
2079
+ 0
2080
+ I
2081
+ 0
2082
+ I
2083
+ 0
2084
+ I
2085
+ -2
2086
+ p
2087
+ 18
2088
+ x
2089
+ 6
2090
+ Parser
2091
+ n
2092
+ x
2093
+ 3
2094
+ new
2095
+ x
2096
+ 8
2097
+ allocate
2098
+ x
2099
+ 4
2100
+ Hash
2101
+ x
2102
+ 16
2103
+ new_from_literal
2104
+ x
2105
+ 5
2106
+ debug
2107
+ x
2108
+ 3
2109
+ []=
2110
+ x
2111
+ 10
2112
+ initialize
2113
+ x
2114
+ 4
2115
+ File
2116
+ n
2117
+ x
2118
+ 4
2119
+ Test
2120
+ n
2121
+ x
2122
+ 8
2123
+ preamble
2124
+ x
2125
+ 8
2126
+ fixtures
2127
+ x
2128
+ 4
2129
+ read
2130
+ x
2131
+ 5
2132
+ parse
2133
+ x
2134
+ 4
2135
+ @bib
2136
+ p
2137
+ 3
2138
+ I
2139
+ 0
2140
+ I
2141
+ 47
2142
+ I
2143
+ 4a
2144
+ x
2145
+ 60
2146
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2147
+ p
2148
+ 0
2149
+ x
2150
+ 5
2151
+ setup
2152
+ s
2153
+ 20
2154
+ parse all @preambles
2155
+ M
2156
+ 1
2157
+ p
2158
+ 2
2159
+ x
2160
+ 9
2161
+ for_block
2162
+ t
2163
+ n
2164
+ x
2165
+ 10
2166
+ ParserTest
2167
+ i
2168
+ 16
2169
+ 5
2170
+ 4
2171
+ 3
2172
+ 39
2173
+ 0
2174
+ 49
2175
+ 1
2176
+ 0
2177
+ 49
2178
+ 2
2179
+ 0
2180
+ 47
2181
+ 49
2182
+ 3
2183
+ 2
2184
+ 11
2185
+ I
2186
+ 4
2187
+ I
2188
+ 0
2189
+ I
2190
+ 0
2191
+ I
2192
+ 0
2193
+ I
2194
+ -2
2195
+ p
2196
+ 4
2197
+ x
2198
+ 4
2199
+ @bib
2200
+ x
2201
+ 9
2202
+ preambles
2203
+ x
2204
+ 6
2205
+ length
2206
+ x
2207
+ 12
2208
+ assert_equal
2209
+ p
2210
+ 3
2211
+ I
2212
+ 0
2213
+ I
2214
+ 4b
2215
+ I
2216
+ 10
2217
+ x
2218
+ 60
2219
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2220
+ p
2221
+ 0
2222
+ x
2223
+ 6
2224
+ should
2225
+ s
2226
+ 18
2227
+ parse all contents
2228
+ M
2229
+ 1
2230
+ p
2231
+ 2
2232
+ x
2233
+ 9
2234
+ for_block
2235
+ t
2236
+ n
2237
+ x
2238
+ 10
2239
+ ParserTest
2240
+ i
2241
+ 72
2242
+ 5
2243
+ 7
2244
+ 0
2245
+ 64
2246
+ 39
2247
+ 1
2248
+ 49
2249
+ 2
2250
+ 0
2251
+ 78
2252
+ 49
2253
+ 3
2254
+ 1
2255
+ 49
2256
+ 4
2257
+ 0
2258
+ 49
2259
+ 5
2260
+ 0
2261
+ 47
2262
+ 49
2263
+ 6
2264
+ 2
2265
+ 15
2266
+ 5
2267
+ 7
2268
+ 7
2269
+ 64
2270
+ 39
2271
+ 1
2272
+ 49
2273
+ 2
2274
+ 0
2275
+ 79
2276
+ 49
2277
+ 3
2278
+ 1
2279
+ 49
2280
+ 4
2281
+ 0
2282
+ 49
2283
+ 5
2284
+ 0
2285
+ 47
2286
+ 49
2287
+ 6
2288
+ 2
2289
+ 15
2290
+ 5
2291
+ 7
2292
+ 8
2293
+ 64
2294
+ 39
2295
+ 1
2296
+ 49
2297
+ 2
2298
+ 0
2299
+ 80
2300
+ 49
2301
+ 3
2302
+ 1
2303
+ 49
2304
+ 4
2305
+ 0
2306
+ 49
2307
+ 5
2308
+ 0
2309
+ 47
2310
+ 49
2311
+ 6
2312
+ 2
2313
+ 11
2314
+ I
2315
+ 5
2316
+ I
2317
+ 0
2318
+ I
2319
+ 0
2320
+ I
2321
+ 0
2322
+ I
2323
+ -2
2324
+ p
2325
+ 9
2326
+ s
2327
+ 36
2328
+ This bibliography was created \today
2329
+ x
2330
+ 4
2331
+ @bib
2332
+ x
2333
+ 9
2334
+ preambles
2335
+ x
2336
+ 2
2337
+ []
2338
+ x
2339
+ 5
2340
+ value
2341
+ x
2342
+ 4
2343
+ to_s
2344
+ x
2345
+ 12
2346
+ assert_equal
2347
+ s
2348
+ 7
2349
+ Bib\TeX
2350
+ s
2351
+ 29
2352
+ "Maintained by " # maintainer
2353
+ p
2354
+ 7
2355
+ I
2356
+ 0
2357
+ I
2358
+ 4f
2359
+ I
2360
+ 18
2361
+ I
2362
+ 50
2363
+ I
2364
+ 30
2365
+ I
2366
+ 51
2367
+ I
2368
+ 48
2369
+ x
2370
+ 60
2371
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2372
+ p
2373
+ 0
2374
+ p
2375
+ 7
2376
+ I
2377
+ 0
2378
+ I
2379
+ 46
2380
+ I
2381
+ 8
2382
+ I
2383
+ 4a
2384
+ I
2385
+ 13
2386
+ I
2387
+ 4e
2388
+ I
2389
+ 1e
2390
+ x
2391
+ 60
2392
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2393
+ p
2394
+ 0
2395
+ s
2396
+ 47
2397
+ given an entry containing a multi-line literals
2398
+ M
2399
+ 1
2400
+ p
2401
+ 2
2402
+ x
2403
+ 9
2404
+ for_block
2405
+ t
2406
+ n
2407
+ x
2408
+ 10
2409
+ ParserTest
2410
+ i
2411
+ 30
2412
+ 5
2413
+ 56
2414
+ 0
2415
+ 47
2416
+ 50
2417
+ 1
2418
+ 0
2419
+ 15
2420
+ 5
2421
+ 7
2422
+ 2
2423
+ 64
2424
+ 56
2425
+ 3
2426
+ 47
2427
+ 50
2428
+ 4
2429
+ 1
2430
+ 15
2431
+ 5
2432
+ 7
2433
+ 5
2434
+ 64
2435
+ 56
2436
+ 6
2437
+ 47
2438
+ 50
2439
+ 4
2440
+ 1
2441
+ 11
2442
+ I
2443
+ 4
2444
+ I
2445
+ 0
2446
+ I
2447
+ 0
2448
+ I
2449
+ 0
2450
+ I
2451
+ -2
2452
+ p
2453
+ 7
2454
+ M
2455
+ 1
2456
+ p
2457
+ 2
2458
+ x
2459
+ 9
2460
+ for_block
2461
+ t
2462
+ n
2463
+ x
2464
+ 10
2465
+ ParserTest
2466
+ i
2467
+ 12
2468
+ 7
2469
+ 0
2470
+ 64
2471
+ 38
2472
+ 1
2473
+ 15
2474
+ 7
2475
+ 2
2476
+ 64
2477
+ 38
2478
+ 3
2479
+ 11
2480
+ I
2481
+ 2
2482
+ I
2483
+ 0
2484
+ I
2485
+ 0
2486
+ I
2487
+ 0
2488
+ I
2489
+ -2
2490
+ p
2491
+ 4
2492
+ s
2493
+ 49
2494
+ @TechReport{key,
2495
+ author = {Donald,
2496
+ Duck}
2497
+ }
2498
+ x
2499
+ 7
2500
+ @braces
2501
+ s
2502
+ 49
2503
+ @TechReport{key,
2504
+ author = "Donald,
2505
+ Duck"
2506
+ }
2507
+ x
2508
+ 7
2509
+ @string
2510
+ p
2511
+ 5
2512
+ I
2513
+ 0
2514
+ I
2515
+ 57
2516
+ I
2517
+ 6
2518
+ I
2519
+ 58
2520
+ I
2521
+ c
2522
+ x
2523
+ 60
2524
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2525
+ p
2526
+ 0
2527
+ x
2528
+ 5
2529
+ setup
2530
+ s
2531
+ 21
2532
+ parse string literals
2533
+ M
2534
+ 1
2535
+ p
2536
+ 2
2537
+ x
2538
+ 9
2539
+ for_block
2540
+ t
2541
+ n
2542
+ x
2543
+ 10
2544
+ ParserTest
2545
+ i
2546
+ 40
2547
+ 5
2548
+ 45
2549
+ 0
2550
+ 1
2551
+ 13
2552
+ 71
2553
+ 2
2554
+ 47
2555
+ 9
2556
+ 22
2557
+ 47
2558
+ 49
2559
+ 3
2560
+ 0
2561
+ 13
2562
+ 47
2563
+ 49
2564
+ 4
2565
+ 0
2566
+ 15
2567
+ 8
2568
+ 25
2569
+ 49
2570
+ 2
2571
+ 0
2572
+ 39
2573
+ 5
2574
+ 49
2575
+ 6
2576
+ 1
2577
+ 7
2578
+ 7
2579
+ 49
2580
+ 8
2581
+ 1
2582
+ 47
2583
+ 49
2584
+ 9
2585
+ 1
2586
+ 11
2587
+ I
2588
+ 4
2589
+ I
2590
+ 0
2591
+ I
2592
+ 0
2593
+ I
2594
+ 0
2595
+ I
2596
+ -2
2597
+ p
2598
+ 10
2599
+ x
2600
+ 6
2601
+ Parser
2602
+ n
2603
+ x
2604
+ 3
2605
+ new
2606
+ x
2607
+ 8
2608
+ allocate
2609
+ x
2610
+ 10
2611
+ initialize
2612
+ x
2613
+ 7
2614
+ @string
2615
+ x
2616
+ 5
2617
+ parse
2618
+ x
2619
+ 3
2620
+ key
2621
+ x
2622
+ 2
2623
+ []
2624
+ x
2625
+ 10
2626
+ refute_nil
2627
+ p
2628
+ 3
2629
+ I
2630
+ 0
2631
+ I
2632
+ 5c
2633
+ I
2634
+ 28
2635
+ x
2636
+ 60
2637
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2638
+ p
2639
+ 0
2640
+ x
2641
+ 6
2642
+ should
2643
+ s
2644
+ 21
2645
+ parse braced literals
2646
+ M
2647
+ 1
2648
+ p
2649
+ 2
2650
+ x
2651
+ 9
2652
+ for_block
2653
+ t
2654
+ n
2655
+ x
2656
+ 10
2657
+ ParserTest
2658
+ i
2659
+ 40
2660
+ 5
2661
+ 45
2662
+ 0
2663
+ 1
2664
+ 13
2665
+ 71
2666
+ 2
2667
+ 47
2668
+ 9
2669
+ 22
2670
+ 47
2671
+ 49
2672
+ 3
2673
+ 0
2674
+ 13
2675
+ 47
2676
+ 49
2677
+ 4
2678
+ 0
2679
+ 15
2680
+ 8
2681
+ 25
2682
+ 49
2683
+ 2
2684
+ 0
2685
+ 39
2686
+ 5
2687
+ 49
2688
+ 6
2689
+ 1
2690
+ 7
2691
+ 7
2692
+ 49
2693
+ 8
2694
+ 1
2695
+ 47
2696
+ 49
2697
+ 9
2698
+ 1
2699
+ 11
2700
+ I
2701
+ 4
2702
+ I
2703
+ 0
2704
+ I
2705
+ 0
2706
+ I
2707
+ 0
2708
+ I
2709
+ -2
2710
+ p
2711
+ 10
2712
+ x
2713
+ 6
2714
+ Parser
2715
+ n
2716
+ x
2717
+ 3
2718
+ new
2719
+ x
2720
+ 8
2721
+ allocate
2722
+ x
2723
+ 10
2724
+ initialize
2725
+ x
2726
+ 7
2727
+ @braces
2728
+ x
2729
+ 5
2730
+ parse
2731
+ x
2732
+ 3
2733
+ key
2734
+ x
2735
+ 2
2736
+ []
2737
+ x
2738
+ 10
2739
+ refute_nil
2740
+ p
2741
+ 3
2742
+ I
2743
+ 0
2744
+ I
2745
+ 60
2746
+ I
2747
+ 28
2748
+ x
2749
+ 60
2750
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2751
+ p
2752
+ 0
2753
+ p
2754
+ 7
2755
+ I
2756
+ 0
2757
+ I
2758
+ 56
2759
+ I
2760
+ 8
2761
+ I
2762
+ 5b
2763
+ I
2764
+ 13
2765
+ I
2766
+ 5f
2767
+ I
2768
+ 1e
2769
+ x
2770
+ 60
2771
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2772
+ p
2773
+ 0
2774
+ p
2775
+ 9
2776
+ I
2777
+ 2
2778
+ I
2779
+ 6
2780
+ I
2781
+ d
2782
+ I
2783
+ 32
2784
+ I
2785
+ 18
2786
+ I
2787
+ 45
2788
+ I
2789
+ 23
2790
+ I
2791
+ 55
2792
+ I
2793
+ 2e
2794
+ x
2795
+ 60
2796
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2797
+ p
2798
+ 0
2799
+ x
2800
+ 13
2801
+ attach_method
2802
+ p
2803
+ 3
2804
+ I
2805
+ 2
2806
+ I
2807
+ 4
2808
+ I
2809
+ 21
2810
+ x
2811
+ 60
2812
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2813
+ p
2814
+ 0
2815
+ x
2816
+ 13
2817
+ attach_method
2818
+ p
2819
+ 5
2820
+ I
2821
+ 0
2822
+ I
2823
+ 1
2824
+ I
2825
+ 9
2826
+ I
2827
+ 3
2828
+ I
2829
+ 25
2830
+ x
2831
+ 60
2832
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_parser.rb
2833
+ p
2834
+ 0